Class: Aws::Types::AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails
- 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 ⇒ ::String
Returns the value of attribute scope.
Instance Attribute Details
#autoprovision ⇒ Boolean
Returns the value of attribute autoprovision.
2432 2433 2434 |
# File 'sig/types.rbs', line 2432 def autoprovision @autoprovision end |
#driver ⇒ ::String
Returns the value of attribute driver.
2433 2434 2435 |
# File 'sig/types.rbs', line 2433 def driver @driver end |
#driver_opts ⇒ ::Hash[::String, ::String]
Returns the value of attribute driver_opts.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def driver_opts @driver_opts end |
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def labels @labels end |
#scope ⇒ ::String
Returns the value of attribute scope.
2436 2437 2438 |
# File 'sig/types.rbs', line 2436 def scope @scope end |