Class: Aws::Types::DBStorageConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DBStorageConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#max_allocated_storage ⇒ ::Integer
Returns the value of attribute max_allocated_storage.
-
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
107 108 109 |
# File 'sig/types.rbs', line 107 def allocated_storage @allocated_storage end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
108 109 110 |
# File 'sig/types.rbs', line 108 def iops @iops end |
#max_allocated_storage ⇒ ::Integer
Returns the value of attribute max_allocated_storage.
109 110 111 |
# File 'sig/types.rbs', line 109 def max_allocated_storage @max_allocated_storage end |
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
110 111 112 |
# File 'sig/types.rbs', line 110 def storage_throughput @storage_throughput end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
106 107 108 |
# File 'sig/types.rbs', line 106 def storage_type @storage_type end |