Class: Aws::CustomerProfiles::Types::ListCalculatedAttributeDefinitionItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListCalculatedAttributeDefinitionItem
- 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
-
#calculated_attribute_name ⇒ String
The unique name of the calculated attribute.
-
#created_at ⇒ Time
The threshold for the calculated attribute.
-
#description ⇒ String
The threshold for the calculated attribute.
-
#display_name ⇒ String
The display name of the calculated attribute.
-
#last_updated_at ⇒ Time
The timestamp of when the calculated attribute definition was most recently edited.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#calculated_attribute_name ⇒ String
The unique name of the calculated attribute.
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_at ⇒ Time
The threshold for the calculated attribute.
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 |
#description ⇒ String
The threshold for the calculated attribute.
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_name ⇒ String
The display name of the calculated attribute.
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_at ⇒ Time
The timestamp of when the calculated attribute definition was most recently edited.
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 |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
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 |