Class: Aws::CustomerProfiles::Types::BatchGetCalculatedAttributeForProfileResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:condition_overrides]

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_attribute_valuesArray<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_overridesTypes::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

#errorsArray<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