Class: Aws::ConnectCampaignsV2::Types::GetCampaignStateBatchResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#failed_requestsArray<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_requestsArray<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