Class: Aws::CustomerProfiles::Types::ListCalculatedAttributeDefinitionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


2974
2975
2976
2977
2978
2979
2980
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2974

class ListCalculatedAttributeDefinitionsRequest < Struct.new(
  :domain_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of calculated attribute definitions returned per page.

Returns:

  • (Integer)


2974
2975
2976
2977
2978
2979
2980
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2974

class ListCalculatedAttributeDefinitionsRequest < Struct.new(
  :domain_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token from the previous call to ListCalculatedAttributeDefinitions.

Returns:

  • (String)


2974
2975
2976
2977
2978
2979
2980
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2974

class ListCalculatedAttributeDefinitionsRequest < Struct.new(
  :domain_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end