Class: Aws::Types::AssetFileContent
- Inherits:
-
Object
- Object
- Aws::Types::AssetFileContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ Types::AssetFileBody
Returns the value of attribute body.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#body ⇒ Types::AssetFileBody
Returns the value of attribute body.
169 170 171 |
# File 'sig/types.rbs', line 169 def body @body end |
#metadata ⇒ Object
Returns the value of attribute metadata.
170 171 172 |
# File 'sig/types.rbs', line 170 def @metadata end |
#path ⇒ ::String
Returns the value of attribute path.
168 169 170 |
# File 'sig/types.rbs', line 168 def path @path end |