Class: Aws::CustomerProfiles::Types::ListProfileObjectTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListProfileObjectTypesResponse
- Defined in:
- gems/aws-sdk-customerprofiles/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.
3478 3479 3480 3481 3482 3483 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3478 class ListProfileObjectTypesResponse < Struct.new( :items, :next_token) SENSITIVE = [:items] include Aws::Structure end |
#next_token ⇒ String
Identifies the next page of results to return.
3478 3479 3480 3481 3482 3483 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3478 class ListProfileObjectTypesResponse < Struct.new( :items, :next_token) SENSITIVE = [:items] include Aws::Structure end |