Class: Aws::CustomerProfiles::Types::ListObjectTypeAttributeValuesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListObjectTypeAttributeValuesRequest
- 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 name of the domain.
-
#max_results ⇒ Integer
The maximum number of objects returned per page.
-
#next_token ⇒ String
The pagination token from the previous call.
-
#object_type_name ⇒ String
The unique name of the domain object type.
Instance Attribute Details
#attribute_name ⇒ String
The attribute name.
6132 6133 6134 6135 6136 6137 6138 6139 6140 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6132 class ListObjectTypeAttributeValuesRequest < Struct.new( :next_token, :max_results, :domain_name, :object_type_name, :attribute_name) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The unique name of the domain.
6132 6133 6134 6135 6136 6137 6138 6139 6140 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6132 class ListObjectTypeAttributeValuesRequest < Struct.new( :next_token, :max_results, :domain_name, :object_type_name, :attribute_name) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of objects returned per page. Valid Range: Minimum value of 1. Maximum value of 100. If not provided default as 100.
6132 6133 6134 6135 6136 6137 6138 6139 6140 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6132 class ListObjectTypeAttributeValuesRequest < Struct.new( :next_token, :max_results, :domain_name, :object_type_name, :attribute_name) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous call.
6132 6133 6134 6135 6136 6137 6138 6139 6140 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6132 class ListObjectTypeAttributeValuesRequest < Struct.new( :next_token, :max_results, :domain_name, :object_type_name, :attribute_name) SENSITIVE = [] include Aws::Structure end |
#object_type_name ⇒ String
The unique name of the domain object type.
6132 6133 6134 6135 6136 6137 6138 6139 6140 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6132 class ListObjectTypeAttributeValuesRequest < Struct.new( :next_token, :max_results, :domain_name, :object_type_name, :attribute_name) SENSITIVE = [] include Aws::Structure end |