Class: Aws::Types::DockerVolumeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DockerVolumeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#autoprovision ⇒ Boolean
Returns the value of attribute autoprovision.
-
#driver ⇒ ::String
Returns the value of attribute driver.
-
#driver_opts ⇒ ::Hash[::String, ::String]
Returns the value of attribute driver_opts.
-
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
-
#scope ⇒ "task", "shared"
Returns the value of attribute scope.
Instance Attribute Details
#autoprovision ⇒ Boolean
Returns the value of attribute autoprovision.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def autoprovision @autoprovision end |
#driver ⇒ ::String
Returns the value of attribute driver.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def driver @driver end |
#driver_opts ⇒ ::Hash[::String, ::String]
Returns the value of attribute driver_opts.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def driver_opts @driver_opts end |
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def labels @labels end |
#scope ⇒ "task", "shared"
Returns the value of attribute scope.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def scope @scope end |