Class: Aws::CustomerProfiles::Types::ListObjectTypeAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListObjectTypeAttributesResponse
- Defined in:
- gems/aws-sdk-customerprofiles/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.
6198 6199 6200 6201 6202 6203 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6198 class ListObjectTypeAttributesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous call.
6198 6199 6200 6201 6202 6203 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6198 class ListObjectTypeAttributesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |