Class: Aws::CustomerProfiles::Types::ProfileAttributeValuesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ProfileAttributeValuesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The attribute name.
-
#domain_name ⇒ String
The unique identifier of the domain.
Instance Attribute Details
#attribute_name ⇒ String
The attribute name.
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_name ⇒ String
The unique identifier of the domain.
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 |