Class: Aws::Types::CalculatedAttributeValue
- Inherits:
-
Object
- Object
- Aws::Types::CalculatedAttributeValue
- 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.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#is_data_partial ⇒ ::String
Returns the value of attribute is_data_partial.
-
#last_object_timestamp ⇒ ::Time
Returns the value of attribute last_object_timestamp.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#calculated_attribute_name ⇒ ::String
Returns the value of attribute calculated_attribute_name.
239 240 241 |
# File 'sig/types.rbs', line 239 def calculated_attribute_name @calculated_attribute_name end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
240 241 242 |
# File 'sig/types.rbs', line 240 def display_name @display_name end |
#is_data_partial ⇒ ::String
Returns the value of attribute is_data_partial.
241 242 243 |
# File 'sig/types.rbs', line 241 def is_data_partial @is_data_partial end |
#last_object_timestamp ⇒ ::Time
Returns the value of attribute last_object_timestamp.
244 245 246 |
# File 'sig/types.rbs', line 244 def @last_object_timestamp end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
242 243 244 |
# File 'sig/types.rbs', line 242 def profile_id @profile_id end |
#value ⇒ ::String
Returns the value of attribute value.
243 244 245 |
# File 'sig/types.rbs', line 243 def value @value end |