Class: Aws::Types::RegionStatus
- Inherits:
-
Object
- Object
- Aws::Types::RegionStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
526 527 528 |
# File 'sig/types.rbs', line 526 def failure_reason @failure_reason end |
#region ⇒ ::String
Returns the value of attribute region.
524 525 526 |
# File 'sig/types.rbs', line 524 def region @region end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
527 528 529 |
# File 'sig/types.rbs', line 527 def rule_arn @rule_arn end |
#status ⇒ ::String
Returns the value of attribute status.
525 526 527 |
# File 'sig/types.rbs', line 525 def status @status end |