Class: Aws::Types::GetTelemetryEvaluationStatusForOrganizationOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetTelemetryEvaluationStatusForOrganizationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#home_region ⇒ ::String
Returns the value of attribute home_region.
-
#region_statuses ⇒ ::Array[Types::RegionStatus]
Returns the value of attribute region_statuses.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
Instance Attribute Details
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
276 277 278 |
# File 'sig/types.rbs', line 276 def failure_reason @failure_reason end |
#home_region ⇒ ::String
Returns the value of attribute home_region.
277 278 279 |
# File 'sig/types.rbs', line 277 def home_region @home_region end |
#region_statuses ⇒ ::Array[Types::RegionStatus]
Returns the value of attribute region_statuses.
278 279 280 |
# File 'sig/types.rbs', line 278 def region_statuses @region_statuses end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
275 276 277 |
# File 'sig/types.rbs', line 275 def status @status end |