Class: Aws::CustomerProfiles::Types::CalculatedAttributeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::CalculatedAttributeValue
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
The object containing the values of a single calculated attribute value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#calculated_attribute_name ⇒ String
The unique name of the calculated attribute.
-
#display_name ⇒ String
The display name of the calculated attribute.
-
#is_data_partial ⇒ String
Indicates whether the calculated attribute's value is based on partial data.
-
#profile_id ⇒ String
The profile id belonging to this calculated attribute value.
-
#value ⇒ String
The value of the calculated attribute.
Instance Attribute Details
#calculated_attribute_name ⇒ String
The unique name of the calculated attribute.
753 754 755 756 757 758 759 760 761 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 753 class CalculatedAttributeValue < Struct.new( :calculated_attribute_name, :display_name, :is_data_partial, :profile_id, :value) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name of the calculated attribute.
753 754 755 756 757 758 759 760 761 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 753 class CalculatedAttributeValue < Struct.new( :calculated_attribute_name, :display_name, :is_data_partial, :profile_id, :value) SENSITIVE = [] include Aws::Structure end |
#is_data_partial ⇒ String
Indicates whether the calculated attribute's value is based on partial data. If the data is partial, it is set to true.
753 754 755 756 757 758 759 760 761 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 753 class CalculatedAttributeValue < Struct.new( :calculated_attribute_name, :display_name, :is_data_partial, :profile_id, :value) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The profile id belonging to this calculated attribute value.
753 754 755 756 757 758 759 760 761 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 753 class CalculatedAttributeValue < Struct.new( :calculated_attribute_name, :display_name, :is_data_partial, :profile_id, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the calculated attribute.
753 754 755 756 757 758 759 760 761 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 753 class CalculatedAttributeValue < Struct.new( :calculated_attribute_name, :display_name, :is_data_partial, :profile_id, :value) SENSITIVE = [] include Aws::Structure end |