Class: Aws::CustomerProfiles::Types::GetCalculatedAttributeForProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetCalculatedAttributeForProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
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.
2821 2822 2823 2824 2825 2826 2827 2828 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2821 class GetCalculatedAttributeForProfileResponse < 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.
2821 2822 2823 2824 2825 2826 2827 2828 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2821 class GetCalculatedAttributeForProfileResponse < 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.
2821 2822 2823 2824 2825 2826 2827 2828 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2821 class GetCalculatedAttributeForProfileResponse < Struct.new( :calculated_attribute_name, :display_name, :is_data_partial, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the calculated attribute.
2821 2822 2823 2824 2825 2826 2827 2828 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2821 class GetCalculatedAttributeForProfileResponse < Struct.new( :calculated_attribute_name, :display_name, :is_data_partial, :value) SENSITIVE = [] include Aws::Structure end |