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.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def autoprovision @autoprovision end |
#driver ⇒ ::String
Returns the value of attribute driver.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def driver @driver end |
#driver_opts ⇒ ::Hash[::String, ::String]
Returns the value of attribute driver_opts.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def driver_opts @driver_opts end |
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def labels @labels end |
#scope ⇒ "task", "shared"
Returns the value of attribute scope.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def scope @scope end |