Class: Aws::CustomerProfiles::Types::GetCalculatedAttributeForProfileResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_attribute_nameString

The unique name of the calculated attribute.

Returns:

  • (String)


1941
1942
1943
1944
1945
1946
1947
1948
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1941

class GetCalculatedAttributeForProfileResponse < 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)


1941
1942
1943
1944
1945
1946
1947
1948
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1941

class GetCalculatedAttributeForProfileResponse < 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)


1941
1942
1943
1944
1945
1946
1947
1948
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1941

class GetCalculatedAttributeForProfileResponse < 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)


1941
1942
1943
1944
1945
1946
1947
1948
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1941

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