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
^
4611 4612 4613 4614 4615 4616 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4611 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.
4611 4612 4613 4614 4615 4616 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4611 class ListLocalDisksOutput < Struct.new( :gateway_arn, :disks) SENSITIVE = [] include Aws::Structure end |