Class: Aws::Types::TaskVolumeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TaskVolumeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_ebs_volume ⇒ Types::TaskManagedEBSVolumeConfiguration
Returns the value of attribute managed_ebs_volume.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#managed_ebs_volume ⇒ Types::TaskManagedEBSVolumeConfiguration
Returns the value of attribute managed_ebs_volume.
2790 2791 2792 |
# File 'sig/types.rbs', line 2790 def managed_ebs_volume @managed_ebs_volume end |
#name ⇒ ::String
Returns the value of attribute name.
2789 2790 2791 |
# File 'sig/types.rbs', line 2789 def name @name end |