Class: Aws::Types::ImageReplicationStatus
- Inherits:
-
Object
- Object
- Aws::Types::ImageReplicationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
640 641 642 |
# File 'sig/types.rbs', line 640 def failure_code @failure_code end |
#region ⇒ ::String
Returns the value of attribute region.
637 638 639 |
# File 'sig/types.rbs', line 637 def region @region end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
638 639 640 |
# File 'sig/types.rbs', line 638 def registry_id @registry_id end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
639 640 641 |
# File 'sig/types.rbs', line 639 def status @status end |