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

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :conditions]

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_attribute_name ⇒ String

The unique name of the calculated attribute.

Returns:

  • (String)


10836
10837
10838
10839
10840
10841
10842
10843
10844
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10836

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

#conditions ⇒ Types::Conditions

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

Returns:



10836
10837
10838
10839
10840
10841
10842
10843
10844
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10836

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

#description ⇒ String

The description of the calculated attribute.

Returns:

  • (String)


10836
10837
10838
10839
10840
10841
10842
10843
10844
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10836

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

#display_name ⇒ String

The display name of the calculated attribute.

Returns:

  • (String)


10836
10837
10838
10839
10840
10841
10842
10843
10844
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10836

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

#domain_name ⇒ String

The unique name of the domain.

Returns:

  • (String)


10836
10837
10838
10839
10840
10841
10842
10843
10844
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10836

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