Class: Aws::Types::ModifyVolumeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVolumeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#multi_attach_enabled ⇒ Boolean
Returns the value of attribute multi_attach_enabled.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
-
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14232 14233 14234 |
# File 'sig/types.rbs', line 14232 def dry_run @dry_run end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
14236 14237 14238 |
# File 'sig/types.rbs', line 14236 def iops @iops end |
#multi_attach_enabled ⇒ Boolean
Returns the value of attribute multi_attach_enabled.
14238 14239 14240 |
# File 'sig/types.rbs', line 14238 def multi_attach_enabled @multi_attach_enabled end |
#size ⇒ ::Integer
Returns the value of attribute size.
14234 14235 14236 |
# File 'sig/types.rbs', line 14234 def size @size end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
14237 14238 14239 |
# File 'sig/types.rbs', line 14237 def throughput @throughput end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
14233 14234 14235 |
# File 'sig/types.rbs', line 14233 def volume_id @volume_id end |
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
14235 14236 14237 |
# File 'sig/types.rbs', line 14235 def volume_type @volume_type end |