Class: Aws::CustomerProfiles::Types::ListObjectTypeAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListObjectTypeAttributesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ListObjectTypeAttributeItem>
The items returned as part of the response.
-
#next_token ⇒ String
The pagination token from the previous call.
Instance Attribute Details
#items ⇒ Array<Types::ListObjectTypeAttributeItem>
The items returned as part of the response.
5401 5402 5403 5404 5405 5406 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5401 class ListObjectTypeAttributesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous call.
5401 5402 5403 5404 5405 5406 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5401 class ListObjectTypeAttributesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |