Class: Aws::CustomerProfiles::Types::ListCalculatedAttributesForProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListCalculatedAttributesForProfileResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ListCalculatedAttributeForProfileItem>
The list of calculated attributes.
-
#next_token ⇒ String
The pagination token from the previous call to ListCalculatedAttributesForProfile.
Instance Attribute Details
#items ⇒ Array<Types::ListCalculatedAttributeForProfileItem>
The list of calculated attributes.
4297 4298 4299 4300 4301 4302 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4297 class ListCalculatedAttributesForProfileResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous call to ListCalculatedAttributesForProfile.
4297 4298 4299 4300 4301 4302 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4297 class ListCalculatedAttributesForProfileResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |