Class: Aws::CustomerProfiles::Types::CalculatedAttributeValue

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#calculated_attribute_nameString

The unique name of the calculated attribute.

Returns:

  • (String)


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_nameString

The display name of the calculated attribute.

Returns:

  • (String)


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_partialString

Indicates whether the calculated attribute's value is based on partial data. If the data is partial, it is set to true.

Returns:

  • (String)


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_idString

The profile id belonging to this calculated attribute value.

Returns:

  • (String)


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

#valueString

The value of the calculated attribute.

Returns:

  • (String)


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