Class: Aws::ConnectCampaignsV2::Types::PutProfileOutboundRequestBatchResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb

Overview

The response for PutProfileOutboundRequestBatch API

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_requestsArray<Types::FailedProfileOutboundRequest>

List of failed profile outbound requests



1696
1697
1698
1699
1700
1701
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1696

class PutProfileOutboundRequestBatchResponse < Struct.new(
  :successful_requests,
  :failed_requests)
  SENSITIVE = []
  include Aws::Structure
end

#successful_requestsArray<Types::SuccessfulProfileOutboundRequest>

List of successful profile outbound requests



1696
1697
1698
1699
1700
1701
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1696

class PutProfileOutboundRequestBatchResponse < Struct.new(
  :successful_requests,
  :failed_requests)
  SENSITIVE = []
  include Aws::Structure
end