Class: Aws::ConnectCampaignsV2::Types::PutProfileOutboundRequestBatchRequest

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

Overview

The request for PutProfileOutboundRequestBatch API

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

Identifier representing a Campaign



1677
1678
1679
1680
1681
1682
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1677

class PutProfileOutboundRequestBatchRequest < Struct.new(
  :id,
  :profile_outbound_requests)
  SENSITIVE = []
  include Aws::Structure
end

#profile_outbound_requestsArray<Types::ProfileOutboundRequest>

List of profile outbound requests



1677
1678
1679
1680
1681
1682
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1677

class PutProfileOutboundRequestBatchRequest < Struct.new(
  :id,
  :profile_outbound_requests)
  SENSITIVE = []
  include Aws::Structure
end