Class: Aws::StorageGateway::Types::DescribeVTLDevicesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeVTLDevicesInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
DescribeVTLDevicesInput
Constant Summary collapse
- SENSITIVE =
[]
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 Amazon Web Services Region.
3700 3701 3702 3703 3704 3705 3706 3707 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3700 class DescribeVTLDevicesInput < Struct.new( :gateway_arn, :vtl_device_arns, :marker, :limit) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
Specifies that the number of VTL devices described be limited to the specified number.
3700 3701 3702 3703 3704 3705 3706 3707 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3700 class DescribeVTLDevicesInput < Struct.new( :gateway_arn, :vtl_device_arns, :marker, :limit) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
An opaque string that indicates the position at which to begin describing the VTL devices.
3700 3701 3702 3703 3704 3705 3706 3707 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3700 class DescribeVTLDevicesInput < Struct.new( :gateway_arn, :vtl_device_arns, :marker, :limit) SENSITIVE = [] include Aws::Structure end |
#vtl_device_arns ⇒ Array<String>
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>
3700 3701 3702 3703 3704 3705 3706 3707 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3700 class DescribeVTLDevicesInput < Struct.new( :gateway_arn, :vtl_device_arns, :marker, :limit) SENSITIVE = [] include Aws::Structure end |