Class: Aws::CustomerProfiles::Types::ListCalculatedAttributeDefinitionItem

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 definition.

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_attribute_nameString

The unique name of the calculated attribute.

Returns:

  • (String)


2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2937

class ListCalculatedAttributeDefinitionItem < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#created_atTime

The threshold for the calculated attribute.

Returns:

  • (Time)


2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2937

class ListCalculatedAttributeDefinitionItem < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The threshold for the calculated attribute.

Returns:

  • (String)


2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2937

class ListCalculatedAttributeDefinitionItem < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#display_nameString

The display name of the calculated attribute.

Returns:

  • (String)


2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2937

class ListCalculatedAttributeDefinitionItem < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#last_updated_atTime

The timestamp of when the calculated attribute definition was most recently edited.

Returns:

  • (Time)


2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2937

class ListCalculatedAttributeDefinitionItem < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2937

class ListCalculatedAttributeDefinitionItem < Struct.new(
  :calculated_attribute_name,
  :display_name,
  :description,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end