Class: Aws::StorageGateway::Types::DisableGatewayOutput

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

Overview

DisableGatewayOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

The unique Amazon Resource Name (ARN) of the disabled gateway.

Returns:

  • (String)


3731
3732
3733
3734
3735
# File 'lib/aws-sdk-storagegateway/types.rb', line 3731

class DisableGatewayOutput < Struct.new(
  :gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end