Class: Aws::ConnectCampaignsV2::Types::ProfileOutboundRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::ProfileOutboundRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Information about a profile outbound request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Client provided parameter used for idempotency.
-
#expiration_time ⇒ Time
Timestamp with no UTC offset or timezone.
-
#profile_id ⇒ String
Identifier of the customer profile.
Instance Attribute Details
#client_token ⇒ String
Client provided parameter used for idempotency. Its value must be unique for each request.
1405 1406 1407 1408 1409 1410 1411 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1405 class ProfileOutboundRequest < Struct.new( :client_token, :profile_id, :expiration_time) SENSITIVE = [] include Aws::Structure end |
#expiration_time ⇒ Time
Timestamp with no UTC offset or timezone
1405 1406 1407 1408 1409 1410 1411 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1405 class ProfileOutboundRequest < Struct.new( :client_token, :profile_id, :expiration_time) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
Identifier of the customer profile
1405 1406 1407 1408 1409 1410 1411 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1405 class ProfileOutboundRequest < Struct.new( :client_token, :profile_id, :expiration_time) SENSITIVE = [] include Aws::Structure end |