Class: Aws::Types::DescribeAvailabilityMonitorTestOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAvailabilityMonitorTestOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
Instance Attribute Details
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
534 535 536 |
# File 'sig/types.rbs', line 534 def gateway_arn @gateway_arn end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
536 537 538 |
# File 'sig/types.rbs', line 536 def start_time @start_time end |
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
535 536 537 |
# File 'sig/types.rbs', line 535 def status @status end |