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.



4913
4914
4915
4916
4917
4918
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4913

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)


4913
4914
4915
4916
4917
4918
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4913

class ListCalculatedAttributeDefinitionsResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = [:items]
  include Aws::Structure
end