Class: Aws::Types::LaunchTemplateDiskConf
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateDiskConf
- 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.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
-
#volume_initialization_rate ⇒ ::Integer
Returns the value of attribute volume_initialization_rate.
-
#volume_type ⇒ "io1", ...
Returns the value of attribute volume_type.
Instance Attribute Details
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
731 732 733 |
# File 'sig/types.rbs', line 731 def delete_on_termination @delete_on_termination end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
728 729 730 |
# File 'sig/types.rbs', line 728 def iops @iops end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
729 730 731 |
# File 'sig/types.rbs', line 729 def throughput @throughput end |
#volume_initialization_rate ⇒ ::Integer
Returns the value of attribute volume_initialization_rate.
730 731 732 |
# File 'sig/types.rbs', line 730 def volume_initialization_rate @volume_initialization_rate end |
#volume_type ⇒ "io1", ...
Returns the value of attribute volume_type.
727 728 729 |
# File 'sig/types.rbs', line 727 def volume_type @volume_type end |