Class: Aws::Types::Attachments
- Inherits:
-
Object
- Object
- Aws::Types::Attachments
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_system ⇒ "COPIED", "VIRTUAL"
Returns the value of attribute file_system.
-
#manifests ⇒ ::Array[Types::ManifestProperties]
Returns the value of attribute manifests.
Instance Attribute Details
#file_system ⇒ "COPIED", "VIRTUAL"
Returns the value of attribute file_system.
219 220 221 |
# File 'sig/types.rbs', line 219 def file_system @file_system end |
#manifests ⇒ ::Array[Types::ManifestProperties]
Returns the value of attribute manifests.
218 219 220 |
# File 'sig/types.rbs', line 218 def manifests @manifests end |