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.
-
#event_trigger_context ⇒ Types::EventTriggerContext
Event trigger context data.
-
#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.
1718 1719 1720 1721 1722 1723 1724 1725 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1718 class ProfileOutboundRequest < Struct.new( :client_token, :profile_id, :expiration_time, :event_trigger_context) SENSITIVE = [] include Aws::Structure end |
#event_trigger_context ⇒ Types::EventTriggerContext
Event trigger context data
1718 1719 1720 1721 1722 1723 1724 1725 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1718 class ProfileOutboundRequest < Struct.new( :client_token, :profile_id, :expiration_time, :event_trigger_context) SENSITIVE = [] include Aws::Structure end |
#expiration_time ⇒ Time
Timestamp with no UTC offset or timezone
1718 1719 1720 1721 1722 1723 1724 1725 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1718 class ProfileOutboundRequest < Struct.new( :client_token, :profile_id, :expiration_time, :event_trigger_context) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
Identifier of the customer profile
1718 1719 1720 1721 1722 1723 1724 1725 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1718 class ProfileOutboundRequest < Struct.new( :client_token, :profile_id, :expiration_time, :event_trigger_context) SENSITIVE = [] include Aws::Structure end |