Class: Aws::Types::ServiceVolumeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ServiceVolumeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_ebs_volume ⇒ Types::ServiceManagedEBSVolumeConfiguration
Returns the value of attribute managed_ebs_volume.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#managed_ebs_volume ⇒ Types::ServiceManagedEBSVolumeConfiguration
Returns the value of attribute managed_ebs_volume.
2480 2481 2482 |
# File 'sig/types.rbs', line 2480 def managed_ebs_volume @managed_ebs_volume end |
#name ⇒ ::String
Returns the value of attribute name.
2479 2480 2481 |
# File 'sig/types.rbs', line 2479 def name @name end |