Class: Aws::CustomerProfiles::Types::ProfileAttributeValuesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The attribute name.

Returns:

  • (String)


5618
5619
5620
5621
5622
5623
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5618

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

#domain_nameString

The unique identifier of the domain.

Returns:

  • (String)


5618
5619
5620
5621
5622
5623
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5618

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