Class: Aws::Appflow::Types::CustomerProfilesDestinationProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

The properties that are applied when Amazon Connect Customer Profiles is used as a destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the Amazon Connect Customer Profiles domain.

Returns:

  • (String)


1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1611

class CustomerProfilesDestinationProperties < Struct.new(
  :domain_name,
  :object_type_name)
  SENSITIVE = []
  include Aws::Structure
end

#object_type_nameString

The object specified in the Amazon Connect Customer Profiles flow destination.

Returns:

  • (String)


1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1611

class CustomerProfilesDestinationProperties < Struct.new(
  :domain_name,
  :object_type_name)
  SENSITIVE = []
  include Aws::Structure
end