Class: Aws::Types::Asset
- Inherits:
-
Object
- Object
- Aws::Types::Asset
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#asset_type ⇒ ::String
Returns the value of attribute asset_type.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
117 118 119 |
# File 'sig/types.rbs', line 117 def asset_id @asset_id end |
#asset_type ⇒ ::String
Returns the value of attribute asset_type.
118 119 120 |
# File 'sig/types.rbs', line 118 def asset_type @asset_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
121 122 123 |
# File 'sig/types.rbs', line 121 def created_at @created_at end |
#metadata ⇒ Object
Returns the value of attribute metadata.
119 120 121 |
# File 'sig/types.rbs', line 119 def @metadata end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
122 123 124 |
# File 'sig/types.rbs', line 122 def updated_at @updated_at end |
#version ⇒ ::Integer
Returns the value of attribute version.
120 121 122 |
# File 'sig/types.rbs', line 120 def version @version end |