Class: Aws::CustomerProfiles::Types::ListCalculatedAttributeDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListCalculatedAttributeDefinitionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:items]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ListCalculatedAttributeDefinitionItem>
The list of calculated attribute definitions.
-
#next_token ⇒ String
The pagination token from the previous call to ListCalculatedAttributeDefinitions.
Instance Attribute Details
#items ⇒ Array<Types::ListCalculatedAttributeDefinitionItem>
The list of calculated attribute definitions.
4221 4222 4223 4224 4225 4226 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4221 class ListCalculatedAttributeDefinitionsResponse < Struct.new( :items, :next_token) SENSITIVE = [:items] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous call to ListCalculatedAttributeDefinitions.
4221 4222 4223 4224 4225 4226 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4221 class ListCalculatedAttributeDefinitionsResponse < Struct.new( :items, :next_token) SENSITIVE = [:items] include Aws::Structure end |