Class: Aws::ConnectCampaignsV2::Types::GetCampaignStateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::GetCampaignStateResponse
- Defined in:
- gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb
Overview
The response for GetCampaignState API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
State of a campaign.
Instance Attribute Details
#state ⇒ String
State of a campaign
900 901 902 903 904 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 900 class GetCampaignStateResponse < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |