Class: Aws::CustomerProfiles::Types::ListDomainsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListDomainsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of objects returned per page.
-
#next_token ⇒ String
The pagination token from the previous ListDomain API call.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of objects returned per page.
4344 4345 4346 4347 4348 4349 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4344 class ListDomainsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous ListDomain API call.
4344 4345 4346 4347 4348 4349 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4344 class ListDomainsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |