Class: Aws::CustomerProfiles::Types::ListCalculatedAttributeForProfileItem

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

Instance Attribute Details

#calculated_attribute_nameString

The unique name of the calculated attribute.

Returns:

  • (String)


3011
3012
3013
3014
3015
3016
3017
3018
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3011

class ListCalculatedAttributeForProfileItem < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :is_data_partial,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The display name of the calculated attribute.

Returns:

  • (String)


3011
3012
3013
3014
3015
3016
3017
3018
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3011

class ListCalculatedAttributeForProfileItem < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :is_data_partial,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#is_data_partialString

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

Returns:

  • (String)


3011
3012
3013
3014
3015
3016
3017
3018
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3011

class ListCalculatedAttributeForProfileItem < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :is_data_partial,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the calculated attribute.

Returns:

  • (String)


3011
3012
3013
3014
3015
3016
3017
3018
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3011

class ListCalculatedAttributeForProfileItem < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :is_data_partial,
  :value)
  SENSITIVE = []
  include Aws::Structure
end