Class: Aws::Types::LaunchTemplateEbsBlockDeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateEbsBlockDeviceRequest
- 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.
13128 13129 13130 |
# File 'sig/types.rbs', line 13128 def delete_on_termination @delete_on_termination end |
#ebs_card_index ⇒ ::Integer
Returns the value of attribute ebs_card_index.
13136 13137 13138 |
# File 'sig/types.rbs', line 13136 def ebs_card_index @ebs_card_index end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
13127 13128 13129 |
# File 'sig/types.rbs', line 13127 def encrypted @encrypted end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
13129 13130 13131 |
# File 'sig/types.rbs', line 13129 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
13130 13131 13132 |
# File 'sig/types.rbs', line 13130 def kms_key_id @kms_key_id end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
13131 13132 13133 |
# File 'sig/types.rbs', line 13131 def snapshot_id @snapshot_id end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
13134 13135 13136 |
# File 'sig/types.rbs', line 13134 def throughput @throughput end |
#volume_initialization_rate ⇒ ::Integer
Returns the value of attribute volume_initialization_rate.
13135 13136 13137 |
# File 'sig/types.rbs', line 13135 def volume_initialization_rate @volume_initialization_rate end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
13132 13133 13134 |
# File 'sig/types.rbs', line 13132 def volume_size @volume_size end |
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
13133 13134 13135 |
# File 'sig/types.rbs', line 13133 def volume_type @volume_type end |