Class: Aws::Types::ListObjectTypeAttributeValuesItem
- Inherits:
-
Object
- Object
- Aws::Types::ListObjectTypeAttributeValuesItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def last_updated_at @last_updated_at end |
#value ⇒ ::String
Returns the value of attribute value.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def value @value end |