Class: Aws::CustomerProfiles::Types::ProfileAttributeValuesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ProfileAttributeValuesResponse
- 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 name of the domain.
-
#items ⇒ Array<Types::AttributeValueItem>
The items returned as part of the response.
-
#status_code ⇒ Integer
The status code for the response.
Instance Attribute Details
#attribute_name ⇒ String
The attribute name.
5643 5644 5645 5646 5647 5648 5649 5650 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5643 class ProfileAttributeValuesResponse < Struct.new( :domain_name, :attribute_name, :items, :status_code) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain.
5643 5644 5645 5646 5647 5648 5649 5650 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5643 class ProfileAttributeValuesResponse < Struct.new( :domain_name, :attribute_name, :items, :status_code) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::AttributeValueItem>
The items returned as part of the response.
5643 5644 5645 5646 5647 5648 5649 5650 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5643 class ProfileAttributeValuesResponse < Struct.new( :domain_name, :attribute_name, :items, :status_code) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ Integer
The status code for the response.
5643 5644 5645 5646 5647 5648 5649 5650 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5643 class ProfileAttributeValuesResponse < Struct.new( :domain_name, :attribute_name, :items, :status_code) SENSITIVE = [] include Aws::Structure end |