Class: Aws::CustomerProfiles::Types::ListProfileObjectsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListProfileObjectsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ListProfileObjectsItem>
The list of ListProfileObject instances.
-
#next_token ⇒ String
The pagination token from the previous call to ListProfileObjects.
Instance Attribute Details
#items ⇒ Array<Types::ListProfileObjectsItem>
The list of ListProfileObject instances.
4888 4889 4890 4891 4892 4893 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4888 class ListProfileObjectsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous call to ListProfileObjects.
4888 4889 4890 4891 4892 4893 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4888 class ListProfileObjectsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |