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.
3183 3184 3185 |
# File 'sig/types.rbs', line 3183 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.
3184 3185 3186 |
# File 'sig/types.rbs', line 3184 def maximum_ebs_volume_size_in_gb @maximum_ebs_volume_size_in_gb end |