Class: Aws::Types::VolumeFrom
- Inherits:
-
Object
- Object
- Aws::Types::VolumeFrom
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#read_only ⇒ Boolean
Returns the value of attribute read_only.
-
#source_container ⇒ ::String
Returns the value of attribute source_container.
Instance Attribute Details
#read_only ⇒ Boolean
Returns the value of attribute read_only.
3046 3047 3048 |
# File 'sig/types.rbs', line 3046 def read_only @read_only end |
#source_container ⇒ ::String
Returns the value of attribute source_container.
3045 3046 3047 |
# File 'sig/types.rbs', line 3045 def source_container @source_container end |