You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::DescribeVTLDevicesInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeVTLDevicesInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  gateway_arn: "GatewayARN", # required
  vtl_device_arns: ["VTLDeviceARN"],
  marker: "Marker",
  limit: 1,
}

DescribeVTLDevicesInput

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 AWS Region.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the gateway.

#limitInteger

Specifies that the number of VTL devices described be limited to the specified number.

Returns:

  • (Integer)

    Specifies that the number of VTL devices described be limited to the specified number.

#markerString

An opaque string that indicates the position at which to begin describing the VTL devices.

Returns:

  • (String)

    An opaque string that indicates the position at which to begin describing the VTL devices.

#vtl_device_arnsArray<String>

An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.

All of the specified VTL devices must be from the same gateway. If no VTL devices are specified, the result will contain all devices on the specified gateway.

Returns:

  • (Array<String>)

    An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.