Class: Aws::ConnectCampaignsV2::Types::SuccessfulCampaignStateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::SuccessfulCampaignStateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Successful response of campaign state
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#campaign_id ⇒ String
Identifier representing a Campaign.
-
#state ⇒ String
State of a campaign.
Instance Attribute Details
#campaign_id ⇒ String
Identifier representing a Campaign
2071 2072 2073 2074 2075 2076 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2071 class SuccessfulCampaignStateResponse < Struct.new( :campaign_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
State of a campaign
2071 2072 2073 2074 2075 2076 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2071 class SuccessfulCampaignStateResponse < Struct.new( :campaign_id, :state) SENSITIVE = [] include Aws::Structure end |