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.
6473 6474 6475 6476 6477 6478 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6473 class ProfileAttributeValuesRequest < Struct.new( :domain_name, :attribute_name) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The unique identifier of the domain.
6473 6474 6475 6476 6477 6478 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6473 class ProfileAttributeValuesRequest < Struct.new( :domain_name, :attribute_name) SENSITIVE = [] include Aws::Structure end |