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
- Struct
- Aws::StorageGateway::Types::DescribeVTLDevicesInput
- Defined in:
- (unknown)
Overview
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
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#limit ⇒ Integer
Specifies that the number of VTL devices described be limited to the specified number.
-
#marker ⇒ String
An opaque string that indicates the position at which to begin describing the VTL devices.
-
#vtl_device_arns ⇒ Array<String>
An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.
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 AWS Region.
#limit ⇒ Integer
Specifies that the number of VTL devices described be limited to the specified number.
#marker ⇒ String
An opaque string that indicates the position at which to begin describing the VTL devices.
#vtl_device_arns ⇒ Array<String>
An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.