Class: Aws::CustomerProfiles::Types::ListObjectTypeAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListObjectTypeAttributesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique identifier 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 name of the profile object type.
Instance Attribute Details
#domain_name ⇒ String
The unique identifier of the domain.
4645 4646 4647 4648 4649 4650 4651 4652 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4645 class ListObjectTypeAttributesRequest < Struct.new( :next_token, :max_results, :domain_name, :object_type_name) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of objects returned per page.
4645 4646 4647 4648 4649 4650 4651 4652 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4645 class ListObjectTypeAttributesRequest < Struct.new( :next_token, :max_results, :domain_name, :object_type_name) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous call.
4645 4646 4647 4648 4649 4650 4651 4652 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4645 class ListObjectTypeAttributesRequest < Struct.new( :next_token, :max_results, :domain_name, :object_type_name) SENSITIVE = [] include Aws::Structure end |
#object_type_name ⇒ String
The name of the profile object type.
4645 4646 4647 4648 4649 4650 4651 4652 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4645 class ListObjectTypeAttributesRequest < Struct.new( :next_token, :max_results, :domain_name, :object_type_name) SENSITIVE = [] include Aws::Structure end |