Class: Aws::CustomerProfiles::Types::ListProfileObjectTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListProfileObjectTypesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:items]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ListProfileObjectTypeItem>
The list of ListProfileObjectTypes instances.
-
#next_token ⇒ String
Identifies the next page of results to return.
Instance Attribute Details
#items ⇒ Array<Types::ListProfileObjectTypeItem>
The list of ListProfileObjectTypes instances.
4808 4809 4810 4811 4812 4813 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4808 class ListProfileObjectTypesResponse < Struct.new( :items, :next_token) SENSITIVE = [:items] include Aws::Structure end |
#next_token ⇒ String
Identifies the next page of results to return.
4808 4809 4810 4811 4812 4813 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4808 class ListProfileObjectTypesResponse < Struct.new( :items, :next_token) SENSITIVE = [:items] include Aws::Structure end |