Class: Aws::Types::Ebs
- Inherits:
-
Object
- Object
- Aws::Types::Ebs
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
-
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
-
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
Instance Attribute Details
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
641 642 643 |
# File 'sig/types.rbs', line 641 def delete_on_termination @delete_on_termination end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
643 644 645 |
# File 'sig/types.rbs', line 643 def encrypted @encrypted end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
642 643 644 |
# File 'sig/types.rbs', line 642 def iops @iops end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
638 639 640 |
# File 'sig/types.rbs', line 638 def snapshot_id @snapshot_id end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
644 645 646 |
# File 'sig/types.rbs', line 644 def throughput @throughput end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
639 640 641 |
# File 'sig/types.rbs', line 639 def volume_size @volume_size end |
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
640 641 642 |
# File 'sig/types.rbs', line 640 def volume_type @volume_type end |