Class: Aws::CustomerProfiles::Types::ProfileAttributeValuesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ProfileAttributeValuesRequest
- Defined in:
- gems/aws-sdk-customerprofiles/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.
6331 6332 6333 6334 6335 6336 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6331 class ProfileAttributeValuesRequest < Struct.new( :domain_name, :attribute_name) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The unique identifier of the domain.
6331 6332 6333 6334 6335 6336 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6331 class ProfileAttributeValuesRequest < Struct.new( :domain_name, :attribute_name) SENSITIVE = [] include Aws::Structure end |