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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4175

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)


4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4175

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)


4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4175

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)


4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4175

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)


4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4175

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


4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4175

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