Class: Aws::Types::AssetVersionMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AssetVersionMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
196 197 198 |
# File 'sig/types.rbs', line 196 def created_at @created_at end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
197 198 199 |
# File 'sig/types.rbs', line 197 def updated_at @updated_at end |
#version ⇒ ::Integer
Returns the value of attribute version.
195 196 197 |
# File 'sig/types.rbs', line 195 def version @version end |