Class: Aws::ConnectCampaignService::Types::GetCampaignStateBatchResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignService::Types::GetCampaignStateBatchResponse
- Defined in:
- gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb
Overview
GetCampaignStateBatchResponse
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
466 467 468 469 470 471 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 466 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
466 467 468 469 470 471 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 466 class GetCampaignStateBatchResponse < Struct.new( :successful_requests, :failed_requests) SENSITIVE = [] include Aws::Structure end |