Class: Aws::Types::ReplicaSpecificationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ReplicaSpecificationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_specification ⇒ Types::CapacitySpecificationSummary
Returns the value of attribute capacity_specification.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#warm_throughput_specification ⇒ Types::WarmThroughputSpecificationSummary
Returns the value of attribute warm_throughput_specification.
Instance Attribute Details
#capacity_specification ⇒ Types::CapacitySpecificationSummary
Returns the value of attribute capacity_specification.
352 353 354 |
# File 'sig/types.rbs', line 352 def capacity_specification @capacity_specification end |
#region ⇒ ::String
Returns the value of attribute region.
350 351 352 |
# File 'sig/types.rbs', line 350 def region @region end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
351 352 353 |
# File 'sig/types.rbs', line 351 def status @status end |
#warm_throughput_specification ⇒ Types::WarmThroughputSpecificationSummary
Returns the value of attribute warm_throughput_specification.
353 354 355 |
# File 'sig/types.rbs', line 353 def warm_throughput_specification @warm_throughput_specification end |