Class: Aws::Types::EbsBlockDevice
- Inherits:
-
Object
- Object
- Aws::Types::EbsBlockDevice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
-
#ebs_card_index ⇒ ::Integer
Returns the value of attribute ebs_card_index.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
-
#volume_initialization_rate ⇒ ::Integer
Returns the value of attribute volume_initialization_rate.
-
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
-
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
8602 8603 8604 |
# File 'sig/types.rbs', line 8602 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
8605 8606 8607 |
# File 'sig/types.rbs', line 8605 def availability_zone_id @availability_zone_id end |
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
8594 8595 8596 |
# File 'sig/types.rbs', line 8594 def delete_on_termination @delete_on_termination end |
#ebs_card_index ⇒ ::Integer
Returns the value of attribute ebs_card_index.
8606 8607 8608 |
# File 'sig/types.rbs', line 8606 def ebs_card_index @ebs_card_index end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
8603 8604 8605 |
# File 'sig/types.rbs', line 8603 def encrypted @encrypted end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
8595 8596 8597 |
# File 'sig/types.rbs', line 8595 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
8599 8600 8601 |
# File 'sig/types.rbs', line 8599 def kms_key_id @kms_key_id end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
8601 8602 8603 |
# File 'sig/types.rbs', line 8601 def outpost_arn @outpost_arn end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
8596 8597 8598 |
# File 'sig/types.rbs', line 8596 def snapshot_id @snapshot_id end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
8600 8601 8602 |
# File 'sig/types.rbs', line 8600 def throughput @throughput end |
#volume_initialization_rate ⇒ ::Integer
Returns the value of attribute volume_initialization_rate.
8604 8605 8606 |
# File 'sig/types.rbs', line 8604 def volume_initialization_rate @volume_initialization_rate end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
8597 8598 8599 |
# File 'sig/types.rbs', line 8597 def volume_size @volume_size end |
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
8598 8599 8600 |
# File 'sig/types.rbs', line 8598 def volume_type @volume_type end |