Class: Aws::StorageGateway::Types::DescribeAvailabilityMonitorTestOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

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.

Returns:

  • (String)


2498
2499
2500
2501
2502
2503
2504
# File 'lib/aws-sdk-storagegateway/types.rb', line 2498

class DescribeAvailabilityMonitorTestOutput < Struct.new(
  :gateway_arn,
  :status,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time the high availability monitoring test was started. If a test hasn’t been performed, the value of this field is null.

Returns:

  • (Time)


2498
2499
2500
2501
2502
2503
2504
# File 'lib/aws-sdk-storagegateway/types.rb', line 2498

class DescribeAvailabilityMonitorTestOutput < Struct.new(
  :gateway_arn,
  :status,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the high availability monitoring test. If a test hasn’t been performed, the value of this field is null.

Returns:

  • (String)


2498
2499
2500
2501
2502
2503
2504
# File 'lib/aws-sdk-storagegateway/types.rb', line 2498

class DescribeAvailabilityMonitorTestOutput < Struct.new(
  :gateway_arn,
  :status,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end