Class: Aws::CustomerProfiles::Types::ListCalculatedAttributeForProfileItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListCalculatedAttributeForProfileItem
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
The details of a single calculated attribute for a profile.
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.
-
#value ⇒ String
The value of the calculated attribute.
Instance Attribute Details
#calculated_attribute_name ⇒ String
The unique name of the calculated attribute.
4249 4250 4251 4252 4253 4254 4255 4256 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4249 class ListCalculatedAttributeForProfileItem < Struct.new( :calculated_attribute_name, :display_name, :is_data_partial, :value) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name of the calculated attribute.
4249 4250 4251 4252 4253 4254 4255 4256 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4249 class ListCalculatedAttributeForProfileItem < Struct.new( :calculated_attribute_name, :display_name, :is_data_partial, :value) SENSITIVE = [] include Aws::Structure end |
#is_data_partial ⇒ String
Indicates whether the calculated attribute’s value is based on partial data. If data is partial, it is set to true.
4249 4250 4251 4252 4253 4254 4255 4256 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4249 class ListCalculatedAttributeForProfileItem < Struct.new( :calculated_attribute_name, :display_name, :is_data_partial, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the calculated attribute.
4249 4250 4251 4252 4253 4254 4255 4256 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4249 class ListCalculatedAttributeForProfileItem < Struct.new( :calculated_attribute_name, :display_name, :is_data_partial, :value) SENSITIVE = [] include Aws::Structure end |