Class: Aws::StorageGateway::Types::ListLocalDisksOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::ListLocalDisksOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disks ⇒ Array<Types::Disk>
A JSON object containing the following fields:.
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
Instance Attribute Details
#disks ⇒ Array<Types::Disk>
A JSON object containing the following fields:
- ListLocalDisksOutput$Disks
^
4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4444 class ListLocalDisksOutput < Struct.new( :gateway_arn, :disks) SENSITIVE = [] include Aws::Structure end |
#gateway_arn ⇒ String
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.
4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4444 class ListLocalDisksOutput < Struct.new( :gateway_arn, :disks) SENSITIVE = [] include Aws::Structure end |