Class: Aws::CustomerProfiles::Types::UpdateCalculatedAttributeDefinitionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :conditions]

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_attribute_nameString

The unique name of the calculated attribute.

Returns:

  • (String)


5190
5191
5192
5193
5194
5195
5196
5197
5198
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5190

class UpdateCalculatedAttributeDefinitionRequest < Struct.new(
  :domain_name,
  :calculated_attribute_name,
  :display_name,
  :description,
  :conditions)
  SENSITIVE = [:description, :conditions]
  include Aws::Structure
end

#conditionsTypes::Conditions

The conditions including range, object count, and threshold for the calculated attribute.

Returns:



5190
5191
5192
5193
5194
5195
5196
5197
5198
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5190

class UpdateCalculatedAttributeDefinitionRequest < Struct.new(
  :domain_name,
  :calculated_attribute_name,
  :display_name,
  :description,
  :conditions)
  SENSITIVE = [:description, :conditions]
  include Aws::Structure
end

#descriptionString

The description of the calculated attribute.

Returns:

  • (String)


5190
5191
5192
5193
5194
5195
5196
5197
5198
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5190

class UpdateCalculatedAttributeDefinitionRequest < Struct.new(
  :domain_name,
  :calculated_attribute_name,
  :display_name,
  :description,
  :conditions)
  SENSITIVE = [:description, :conditions]
  include Aws::Structure
end

#display_nameString

The display name of the calculated attribute.

Returns:

  • (String)


5190
5191
5192
5193
5194
5195
5196
5197
5198
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5190

class UpdateCalculatedAttributeDefinitionRequest < Struct.new(
  :domain_name,
  :calculated_attribute_name,
  :display_name,
  :description,
  :conditions)
  SENSITIVE = [:description, :conditions]
  include Aws::Structure
end

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


5190
5191
5192
5193
5194
5195
5196
5197
5198
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5190

class UpdateCalculatedAttributeDefinitionRequest < Struct.new(
  :domain_name,
  :calculated_attribute_name,
  :display_name,
  :description,
  :conditions)
  SENSITIVE = [:description, :conditions]
  include Aws::Structure
end