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

Returns:

  • (String)


1496
1497
1498
1499
1500
1501
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1496

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

#profile_outbound_requestsArray<Types::ProfileOutboundRequest>

List of profile outbound requests

Returns:



1496
1497
1498
1499
1500
1501
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1496

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