Class: Aws::Types::AssetFile
- Inherits:
-
Object
- Object
- Aws::Types::AssetFile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ Types::AssetFileBody
Returns the value of attribute content.
-
#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
#content ⇒ Types::AssetFileBody
Returns the value of attribute content.
145 146 147 |
# File 'sig/types.rbs', line 145 def content @content end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
148 149 150 |
# File 'sig/types.rbs', line 148 def created_at @created_at end |
#metadata ⇒ Object
Returns the value of attribute metadata.
146 147 148 |
# File 'sig/types.rbs', line 146 def @metadata end |
#path ⇒ ::String
Returns the value of attribute path.
144 145 146 |
# File 'sig/types.rbs', line 144 def path @path end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
149 150 151 |
# File 'sig/types.rbs', line 149 def updated_at @updated_at end |
#version ⇒ ::Integer
Returns the value of attribute version.
147 148 149 |
# File 'sig/types.rbs', line 147 def version @version end |