Class: Aws::CustomerProfiles::Types::BatchGetCalculatedAttributeForProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::BatchGetCalculatedAttributeForProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:condition_overrides]
Instance Attribute Summary collapse
-
#calculated_attribute_values ⇒ Array<Types::CalculatedAttributeValue>
List of calculated attribute values retrieved.
-
#condition_overrides ⇒ Types::ConditionOverrides
Overrides the condition block within the original calculated attribute definition.
-
#errors ⇒ Array<Types::BatchGetCalculatedAttributeForProfileError>
List of errors for calculated attribute values that could not be retrieved.
Instance Attribute Details
#calculated_attribute_values ⇒ Array<Types::CalculatedAttributeValue>
List of calculated attribute values retrieved.
631 632 633 634 635 636 637 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 631 class BatchGetCalculatedAttributeForProfileResponse < Struct.new( :errors, :calculated_attribute_values, :condition_overrides) SENSITIVE = [:condition_overrides] include Aws::Structure end |
#condition_overrides ⇒ Types::ConditionOverrides
Overrides the condition block within the original calculated attribute definition.
631 632 633 634 635 636 637 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 631 class BatchGetCalculatedAttributeForProfileResponse < Struct.new( :errors, :calculated_attribute_values, :condition_overrides) SENSITIVE = [:condition_overrides] include Aws::Structure end |
#errors ⇒ Array<Types::BatchGetCalculatedAttributeForProfileError>
List of errors for calculated attribute values that could not be retrieved.
631 632 633 634 635 636 637 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 631 class BatchGetCalculatedAttributeForProfileResponse < Struct.new( :errors, :calculated_attribute_values, :condition_overrides) SENSITIVE = [:condition_overrides] include Aws::Structure end |