Class: Aws::StorageGateway::Types::DescribeVTLDevicesOutput

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

Overview

DescribeVTLDevicesOutput

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)


3589
3590
3591
3592
3593
3594
3595
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3589

class DescribeVTLDevicesOutput < Struct.new(
  :gateway_arn,
  :vtl_devices,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

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.

Returns:

  • (String)


3589
3590
3591
3592
3593
3594
3595
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3589

class DescribeVTLDevicesOutput < Struct.new(
  :gateway_arn,
  :vtl_devices,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#vtl_devicesArray<Types::VTLDevice>

An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.

Returns:



3589
3590
3591
3592
3593
3594
3595
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3589

class DescribeVTLDevicesOutput < Struct.new(
  :gateway_arn,
  :vtl_devices,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end