Class: Aws::Appflow::Types::CustomerProfilesDestinationProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::CustomerProfilesDestinationProperties
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Note:
When making an API call, you may pass CustomerProfilesDestinationProperties data as a hash:
{
domain_name: "DomainName", # required
object_type_name: "ObjectTypeName",
}
The properties that are applied when Amazon Connect Customer Profiles is used as a destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the Amazon Connect Customer Profiles domain.
-
#object_type_name ⇒ String
The object specified in the Amazon Connect Customer Profiles flow destination.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the Amazon Connect Customer Profiles domain.
2564 2565 2566 2567 2568 2569 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2564 class CustomerProfilesDestinationProperties < Struct.new( :domain_name, :object_type_name) SENSITIVE = [] include Aws::Structure end |
#object_type_name ⇒ String
The object specified in the Amazon Connect Customer Profiles flow destination.
2564 2565 2566 2567 2568 2569 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2564 class CustomerProfilesDestinationProperties < Struct.new( :domain_name, :object_type_name) SENSITIVE = [] include Aws::Structure end |