Class: Aws::Types::ReplicationPendingModifiedValues
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationPendingModifiedValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
-
#network_type ⇒ ::String
Returns the value of attribute network_type.
-
#replication_instance_class ⇒ ::String
Returns the value of attribute replication_instance_class.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
2544 2545 2546 |
# File 'sig/types.rbs', line 2544 def allocated_storage @allocated_storage end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
2546 2547 2548 |
# File 'sig/types.rbs', line 2546 def engine_version @engine_version end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
2545 2546 2547 |
# File 'sig/types.rbs', line 2545 def multi_az @multi_az end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def network_type @network_type end |
#replication_instance_class ⇒ ::String
Returns the value of attribute replication_instance_class.
2543 2544 2545 |
# File 'sig/types.rbs', line 2543 def replication_instance_class @replication_instance_class end |