Class: Aws::CustomerProfiles::Types::ListDomainObjectTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListDomainObjectTypesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:items]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::DomainObjectTypesListItem>
The list of domain object types.
-
#next_token ⇒ String
The pagination token from the previous call to ListDomainObjectTypes.
Instance Attribute Details
#items ⇒ Array<Types::DomainObjectTypesListItem>
The list of domain object types.
5782 5783 5784 5785 5786 5787 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5782 class ListDomainObjectTypesResponse < Struct.new( :items, :next_token) SENSITIVE = [:items] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous call to ListDomainObjectTypes.
5782 5783 5784 5785 5786 5787 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5782 class ListDomainObjectTypesResponse < Struct.new( :items, :next_token) SENSITIVE = [:items] include Aws::Structure end |