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)


2964
2965
2966
2967
2968
2969
2970
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2964

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)


2964
2965
2966
2967
2968
2969
2970
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2964

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)


2964
2965
2966
2967
2968
2969
2970
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2964

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