Class: Aws::ConnectCampaignsV2::Types::PutOutboundRequestBatchResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::PutOutboundRequestBatchResponse
- Defined in:
- gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb
Overview
The response for PutOutboundRequestBatch API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_requests ⇒ Array<Types::FailedRequest>
A list of failed requests.
-
#successful_requests ⇒ Array<Types::SuccessfulRequest>
A list of successful requests identified by the unique client token.
Instance Attribute Details
#failed_requests ⇒ Array<Types::FailedRequest>
A list of failed requests.
1477 1478 1479 1480 1481 1482 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1477 class PutOutboundRequestBatchResponse < Struct.new( :successful_requests, :failed_requests) SENSITIVE = [] include Aws::Structure end |
#successful_requests ⇒ Array<Types::SuccessfulRequest>
A list of successful requests identified by the unique client token.
1477 1478 1479 1480 1481 1482 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1477 class PutOutboundRequestBatchResponse < Struct.new( :successful_requests, :failed_requests) SENSITIVE = [] include Aws::Structure end |