Class: Aws::ConnectCampaignsV2::Types::GetCampaignStateBatchResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::GetCampaignStateBatchResponse
- Defined in:
- gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb
Overview
The response for GetCampaignStateBatch API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_requests ⇒ Array<Types::FailedCampaignStateResponse>
List of failed requests of campaign state.
-
#successful_requests ⇒ Array<Types::SuccessfulCampaignStateResponse>
List of successful response of campaign state.
Instance Attribute Details
#failed_requests ⇒ Array<Types::FailedCampaignStateResponse>
List of failed requests of campaign state
871 872 873 874 875 876 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 871 class GetCampaignStateBatchResponse < Struct.new( :successful_requests, :failed_requests) SENSITIVE = [] include Aws::Structure end |
#successful_requests ⇒ Array<Types::SuccessfulCampaignStateResponse>
List of successful response of campaign state
871 872 873 874 875 876 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 871 class GetCampaignStateBatchResponse < Struct.new( :successful_requests, :failed_requests) SENSITIVE = [] include Aws::Structure end |