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.
2774 2775 2776 |
# File 'sig/types.rbs', line 2774 def managed_ebs_volume @managed_ebs_volume end |
#name ⇒ ::String
Returns the value of attribute name.
2773 2774 2775 |
# File 'sig/types.rbs', line 2773 def name @name end |