Class: Aws::CustomerProfiles::Types::ListDomainsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListDomainsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ListDomainItem>
The list of ListDomains instances.
-
#next_token ⇒ String
The pagination token from the previous ListDomains API call.
Instance Attribute Details
#items ⇒ Array<Types::ListDomainItem>
The list of ListDomains instances.
4361 4362 4363 4364 4365 4366 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4361 class ListDomainsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous ListDomains API call.
4361 4362 4363 4364 4365 4366 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4361 class ListDomainsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |