Class: Aws::Types::Replica
- Inherits:
-
Object
- Object
- Aws::Types::Replica
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#canary_state ⇒ "CREATING", ...
Returns the value of attribute canary_state.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#replication_status ⇒ Types::ReplicationStatus
Returns the value of attribute replication_status.
-
#vpc_config ⇒ Types::VpcConfigOutput
Returns the value of attribute vpc_config.
Instance Attribute Details
#canary_state ⇒ "CREATING", ...
Returns the value of attribute canary_state.
443 444 445 |
# File 'sig/types.rbs', line 443 def canary_state @canary_state end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
444 445 446 |
# File 'sig/types.rbs', line 444 def last_modified @last_modified end |
#location ⇒ ::String
Returns the value of attribute location.
441 442 443 |
# File 'sig/types.rbs', line 441 def location @location end |
#replication_status ⇒ Types::ReplicationStatus
Returns the value of attribute replication_status.
442 443 444 |
# File 'sig/types.rbs', line 442 def replication_status @replication_status end |
#vpc_config ⇒ Types::VpcConfigOutput
Returns the value of attribute vpc_config.
445 446 447 |
# File 'sig/types.rbs', line 445 def vpc_config @vpc_config end |