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 AWS Region.

Returns:

  • (String)


2651
2652
2653
2654
2655
2656
2657
# File 'lib/aws-sdk-storagegateway/types.rb', line 2651

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)


2651
2652
2653
2654
2655
2656
2657
# File 'lib/aws-sdk-storagegateway/types.rb', line 2651

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)


2651
2652
2653
2654
2655
2656
2657
# File 'lib/aws-sdk-storagegateway/types.rb', line 2651

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