Class: Aws::StorageGateway::Types::ListLocalDisksOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#disksArray<Types::Disk>

A JSON object containing the following fields:

  • ListLocalDisksOutput$Disks

^

Returns:



4455
4456
4457
4458
4459
4460
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4455

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

#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)


4455
4456
4457
4458
4459
4460
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4455

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