Class: Aws::Types::AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails
- 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.
-
#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_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.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def delete_on_termination @delete_on_termination end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def encrypted @encrypted end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def kms_key_id @kms_key_id end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def snapshot_id @snapshot_id end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def throughput @throughput end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def volume_size @volume_size end |
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def volume_type @volume_type end |