Class: Aws::CustomerProfiles::Types::ListProfileObjectTypesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListProfileObjectTypesRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Note:
When making an API call, you may pass ListProfileObjectTypesRequest data as a hash:
{
domain_name: "name", # required
next_token: "token",
max_results: 1,
}
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
Identifies the next page of results to return.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
3070 3071 3072 3073 3074 3075 3076 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3070 class ListProfileObjectTypesRequest < Struct.new( :domain_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of objects returned per page.
3070 3071 3072 3073 3074 3075 3076 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3070 class ListProfileObjectTypesRequest < Struct.new( :domain_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Identifies the next page of results to return.
3070 3071 3072 3073 3074 3075 3076 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3070 class ListProfileObjectTypesRequest < Struct.new( :domain_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |