Class: Aws::CustomerProfiles::Types::ListCalculatedAttributeDefinitionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:items]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<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_tokenString

The pagination token from the previous call to ListCalculatedAttributeDefinitions.

Returns:

  • (String)


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