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.
531 532 533 |
# File 'sig/types.rbs', line 531 def failure_reason @failure_reason end |
#region ⇒ ::String
Returns the value of attribute region.
529 530 531 |
# File 'sig/types.rbs', line 529 def region @region end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
532 533 534 |
# File 'sig/types.rbs', line 532 def rule_arn @rule_arn end |
#status ⇒ ::String
Returns the value of attribute status.
530 531 532 |
# File 'sig/types.rbs', line 530 def status @status end |