Class: Aws::StorageGateway::Types::DescribeAvailabilityMonitorTestOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeAvailabilityMonitorTestOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#start_time ⇒ Time
The time the high availability monitoring test was started.
-
#status ⇒ String
The status of the high availability monitoring test.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
2491 2492 2493 2494 2495 2496 2497 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2491 class DescribeAvailabilityMonitorTestOutput < Struct.new( :gateway_arn, :status, :start_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time the high availability monitoring test was started. If a test hasn't been performed, the value of this field is null.
2491 2492 2493 2494 2495 2496 2497 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2491 class DescribeAvailabilityMonitorTestOutput < Struct.new( :gateway_arn, :status, :start_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the high availability monitoring test. If a test hasn't been performed, the value of this field is null.
2491 2492 2493 2494 2495 2496 2497 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2491 class DescribeAvailabilityMonitorTestOutput < Struct.new( :gateway_arn, :status, :start_time) SENSITIVE = [] include Aws::Structure end |