Class: Aws::Types::DefaultEbsStorageSettings
- Inherits:
-
Object
- Object
- Aws::Types::DefaultEbsStorageSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_ebs_volume_size_in_gb ⇒ ::Integer
Returns the value of attribute default_ebs_volume_size_in_gb.
-
#maximum_ebs_volume_size_in_gb ⇒ ::Integer
Returns the value of attribute maximum_ebs_volume_size_in_gb.
Instance Attribute Details
#default_ebs_volume_size_in_gb ⇒ ::Integer
Returns the value of attribute default_ebs_volume_size_in_gb.
3181 3182 3183 |
# File 'sig/types.rbs', line 3181 def default_ebs_volume_size_in_gb @default_ebs_volume_size_in_gb end |
#maximum_ebs_volume_size_in_gb ⇒ ::Integer
Returns the value of attribute maximum_ebs_volume_size_in_gb.
3182 3183 3184 |
# File 'sig/types.rbs', line 3182 def maximum_ebs_volume_size_in_gb @maximum_ebs_volume_size_in_gb end |