Class: Aws::Types::LaunchTemplateEbsBlockDevice
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateEbsBlockDevice
- 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.
-
#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.
-
#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
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
12522 12523 12524 |
# File 'sig/types.rbs', line 12522 def delete_on_termination @delete_on_termination end |
#ebs_card_index ⇒ ::Integer
Returns the value of attribute ebs_card_index.
12530 12531 12532 |
# File 'sig/types.rbs', line 12530 def ebs_card_index @ebs_card_index end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
12521 12522 12523 |
# File 'sig/types.rbs', line 12521 def encrypted @encrypted end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
12523 12524 12525 |
# File 'sig/types.rbs', line 12523 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
12524 12525 12526 |
# File 'sig/types.rbs', line 12524 def kms_key_id @kms_key_id end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
12525 12526 12527 |
# File 'sig/types.rbs', line 12525 def snapshot_id @snapshot_id end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
12528 12529 12530 |
# File 'sig/types.rbs', line 12528 def throughput @throughput end |
#volume_initialization_rate ⇒ ::Integer
Returns the value of attribute volume_initialization_rate.
12529 12530 12531 |
# File 'sig/types.rbs', line 12529 def volume_initialization_rate @volume_initialization_rate end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
12526 12527 12528 |
# File 'sig/types.rbs', line 12526 def volume_size @volume_size end |
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
12527 12528 12529 |
# File 'sig/types.rbs', line 12527 def volume_type @volume_type end |