Class: Aws::Types::ReplicationStatusType
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationStatusType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#last_accessed_date ⇒ ::Time
Returns the value of attribute last_accessed_date.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#status ⇒ "InSync", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
327 328 329 |
# File 'sig/types.rbs', line 327 def kms_key_id @kms_key_id end |
#last_accessed_date ⇒ ::Time
Returns the value of attribute last_accessed_date.
330 331 332 |
# File 'sig/types.rbs', line 330 def last_accessed_date @last_accessed_date end |
#region ⇒ ::String
Returns the value of attribute region.
326 327 328 |
# File 'sig/types.rbs', line 326 def region @region end |
#status ⇒ "InSync", ...
Returns the value of attribute status.
328 329 330 |
# File 'sig/types.rbs', line 328 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
329 330 331 |
# File 'sig/types.rbs', line 329 def end |