Class: Aws::CustomerProfiles::Types::UpdateCalculatedAttributeDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::UpdateCalculatedAttributeDefinitionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :conditions]
Instance Attribute Summary collapse
-
#calculated_attribute_name ⇒ String
The unique name of the calculated attribute.
-
#conditions ⇒ Types::Conditions
The conditions including range, object count, and threshold for the calculated attribute.
-
#description ⇒ String
The description of the calculated attribute.
-
#display_name ⇒ String
The display name of the calculated attribute.
-
#domain_name ⇒ String
The unique name of the domain.
Instance Attribute Details
#calculated_attribute_name ⇒ String
The unique name of the calculated attribute.
5225 5226 5227 5228 5229 5230 5231 5232 5233 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5225 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.
5225 5226 5227 5228 5229 5230 5231 5232 5233 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5225 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.
5225 5226 5227 5228 5229 5230 5231 5232 5233 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5225 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.
5225 5226 5227 5228 5229 5230 5231 5232 5233 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5225 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.
5225 5226 5227 5228 5229 5230 5231 5232 5233 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5225 class UpdateCalculatedAttributeDefinitionRequest < Struct.new( :domain_name, :calculated_attribute_name, :display_name, :description, :conditions) SENSITIVE = [:description, :conditions] include Aws::Structure end |