class Aws::StorageGateway::Types::DescribeVTLDevicesInput
@note When making an API call, you may pass DescribeVTLDevicesInput
data as a hash: { gateway_arn: "GatewayARN", # required vtl_device_arns: ["VTLDeviceARN"], marker: "Marker", limit: 1, }
@!attribute [rw] gateway_arn
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Region. @return [String]
@!attribute [rw] vtl_device_arns
An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device. <note markdown="1"> 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. </note> @return [Array<String>]
@!attribute [rw] marker
An opaque string that indicates the position at which to begin describing the VTL devices. @return [String]
@!attribute [rw] limit
Specifies that the number of VTL devices described be limited to the specified number. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeVTLDevicesInput AWS API Documentation
Constants
- SENSITIVE