Class: Aws::CustomerProfiles::Types::ListProfileObjectsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListProfileObjectsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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 to ListProfileObjects.
-
#object_filter ⇒ Types::ObjectFilter
Applies a filter to the response to include profile objects with the specified index values.
-
#object_type_name ⇒ String
The name of the profile object type.
-
#profile_id ⇒ String
The unique identifier of a customer profile.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5530 class ListProfileObjectsRequest < Struct.new( :next_token, :max_results, :domain_name, :object_type_name, :profile_id, :object_filter) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of objects returned per page.
5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5530 class ListProfileObjectsRequest < Struct.new( :next_token, :max_results, :domain_name, :object_type_name, :profile_id, :object_filter) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous call to ListProfileObjects.
5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5530 class ListProfileObjectsRequest < Struct.new( :next_token, :max_results, :domain_name, :object_type_name, :profile_id, :object_filter) SENSITIVE = [] include Aws::Structure end |
#object_filter ⇒ Types::ObjectFilter
Applies a filter to the response to include profile objects with the specified index values.
5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5530 class ListProfileObjectsRequest < Struct.new( :next_token, :max_results, :domain_name, :object_type_name, :profile_id, :object_filter) SENSITIVE = [] include Aws::Structure end |
#object_type_name ⇒ String
The name of the profile object type.
5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5530 class ListProfileObjectsRequest < Struct.new( :next_token, :max_results, :domain_name, :object_type_name, :profile_id, :object_filter) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The unique identifier of a customer profile.
5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5530 class ListProfileObjectsRequest < Struct.new( :next_token, :max_results, :domain_name, :object_type_name, :profile_id, :object_filter) SENSITIVE = [] include Aws::Structure end |