Class: Aws::Types::DeleteVolumeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVolumeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def fleet_id @fleet_id end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def volume_id @volume_id end |