Class: Aws::Types::EBSOptions
- Inherits:
-
Object
- Object
- Aws::Types::EBSOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ebs_enabled ⇒ Boolean
Returns the value of attribute ebs_enabled.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
-
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
-
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
Instance Attribute Details
#ebs_enabled ⇒ Boolean
Returns the value of attribute ebs_enabled.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def ebs_enabled @ebs_enabled end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def iops @iops end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def throughput @throughput end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def volume_size @volume_size end |
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def volume_type @volume_type end |