Class: Aws::Types::BlobMetadata
- Inherits:
-
Object
- Object
- Aws::Types::BlobMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blob_id ⇒ ::String
Returns the value of attribute blob_id.
-
#mode ⇒ ::String
Returns the value of attribute mode.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#blob_id ⇒ ::String
Returns the value of attribute blob_id.
220 221 222 |
# File 'sig/types.rbs', line 220 def blob_id @blob_id end |
#mode ⇒ ::String
Returns the value of attribute mode.
222 223 224 |
# File 'sig/types.rbs', line 222 def mode @mode end |
#path ⇒ ::String
Returns the value of attribute path.
221 222 223 |
# File 'sig/types.rbs', line 221 def path @path end |