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.
14529 14530 14531 |
# File 'sig/types.rbs', line 14529 def dry_run @dry_run end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
14533 14534 14535 |
# File 'sig/types.rbs', line 14533 def iops @iops end |
#multi_attach_enabled ⇒ Boolean
Returns the value of attribute multi_attach_enabled.
14535 14536 14537 |
# File 'sig/types.rbs', line 14535 def multi_attach_enabled @multi_attach_enabled end |
#size ⇒ ::Integer
Returns the value of attribute size.
14531 14532 14533 |
# File 'sig/types.rbs', line 14531 def size @size end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
14534 14535 14536 |
# File 'sig/types.rbs', line 14534 def throughput @throughput end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
14530 14531 14532 |
# File 'sig/types.rbs', line 14530 def volume_id @volume_id end |
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
14532 14533 14534 |
# File 'sig/types.rbs', line 14532 def volume_type @volume_type end |