Class: Aws::Types::EphemeralStorageConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EphemeralStorageConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#storage_class ⇒ "STANDARD_1", ...
Returns the value of attribute storage_class.
-
#storage_size_in_gi_b ⇒ ::Integer
Returns the value of attribute storage_size_in_gi_b.
Instance Attribute Details
#storage_class ⇒ "STANDARD_1", ...
Returns the value of attribute storage_class.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def storage_class @storage_class end |
#storage_size_in_gi_b ⇒ ::Integer
Returns the value of attribute storage_size_in_gi_b.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def storage_size_in_gi_b @storage_size_in_gi_b end |