Class: Aws::StorageGateway::Types::DescribeWorkingStorageInput

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

Overview

A JSON object containing the Amazon Resource Name (ARN) of the gateway.

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)


3608
3609
3610
3611
3612
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3608

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