Class: Aws::Types::ListCalculatedAttributeDefinitionItem
- Inherits:
-
Object
- Object
- Aws::Types::ListCalculatedAttributeDefinitionItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#calculated_attribute_name ⇒ ::String
Returns the value of attribute calculated_attribute_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#status ⇒ "PREPARING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#use_historical_data ⇒ Boolean
Returns the value of attribute use_historical_data.
Instance Attribute Details
#calculated_attribute_name ⇒ ::String
Returns the value of attribute calculated_attribute_name.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def calculated_attribute_name @calculated_attribute_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def display_name @display_name end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def last_updated_at @last_updated_at end |
#status ⇒ "PREPARING", ...
Returns the value of attribute status.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def @tags end |
#use_historical_data ⇒ Boolean
Returns the value of attribute use_historical_data.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def use_historical_data @use_historical_data end |