Class: Aws::StorageGateway::Types::DescribeVTLDevicesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeVTLDevicesOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
DescribeVTLDevicesOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#marker ⇒ String
An opaque string that indicates the position at which the VTL devices that were fetched for description ended.
-
#vtl_devices ⇒ Array<Types::VTLDevice>
An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.
Instance Attribute Details
#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.
3577 3578 3579 3580 3581 3582 3583 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3577 class DescribeVTLDevicesOutput < Struct.new( :gateway_arn, :vtl_devices, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
An opaque string that indicates the position at which the VTL devices that were fetched for description ended. Use the marker in your next request to fetch the next set of VTL devices in the list. If there are no more VTL devices to describe, this field does not appear in the response.
3577 3578 3579 3580 3581 3582 3583 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3577 class DescribeVTLDevicesOutput < Struct.new( :gateway_arn, :vtl_devices, :marker) SENSITIVE = [] include Aws::Structure end |
#vtl_devices ⇒ Array<Types::VTLDevice>
An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.
3577 3578 3579 3580 3581 3582 3583 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3577 class DescribeVTLDevicesOutput < Struct.new( :gateway_arn, :vtl_devices, :marker) SENSITIVE = [] include Aws::Structure end |