Class: Aws::Types::AssetFileSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssetFileSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#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.
178 179 180 |
# File 'sig/types.rbs', line 178 def created_at @created_at end |
#metadata ⇒ Object
Returns the value of attribute metadata.
176 177 178 |
# File 'sig/types.rbs', line 176 def @metadata end |
#path ⇒ ::String
Returns the value of attribute path.
175 176 177 |
# File 'sig/types.rbs', line 175 def path @path end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
179 180 181 |
# File 'sig/types.rbs', line 179 def updated_at @updated_at end |
#version ⇒ ::Integer
Returns the value of attribute version.
177 178 179 |
# File 'sig/types.rbs', line 177 def version @version end |