Class: Aws::Types::OrderableReplicationInstance
- Inherits:
-
Object
- Object
- Aws::Types::OrderableReplicationInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#default_allocated_storage ⇒ ::Integer
Returns the value of attribute default_allocated_storage.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#included_allocated_storage ⇒ ::Integer
Returns the value of attribute included_allocated_storage.
-
#max_allocated_storage ⇒ ::Integer
Returns the value of attribute max_allocated_storage.
-
#min_allocated_storage ⇒ ::Integer
Returns the value of attribute min_allocated_storage.
-
#release_status ⇒ "beta", "prod"
Returns the value of attribute release_status.
-
#replication_instance_class ⇒ ::String
Returns the value of attribute replication_instance_class.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
Instance Attribute Details
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def availability_zones @availability_zones end |
#default_allocated_storage ⇒ ::Integer
Returns the value of attribute default_allocated_storage.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def default_allocated_storage @default_allocated_storage end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def engine_version @engine_version end |
#included_allocated_storage ⇒ ::Integer
Returns the value of attribute included_allocated_storage.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def included_allocated_storage @included_allocated_storage end |
#max_allocated_storage ⇒ ::Integer
Returns the value of attribute max_allocated_storage.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def max_allocated_storage @max_allocated_storage end |
#min_allocated_storage ⇒ ::Integer
Returns the value of attribute min_allocated_storage.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def min_allocated_storage @min_allocated_storage end |
#release_status ⇒ "beta", "prod"
Returns the value of attribute release_status.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def release_status @release_status end |
#replication_instance_class ⇒ ::String
Returns the value of attribute replication_instance_class.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def replication_instance_class @replication_instance_class end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def storage_type @storage_type end |