Class: Aws::StorageGateway::Types::UpdateVTLDeviceTypeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::UpdateVTLDeviceTypeInput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_type ⇒ String
The type of medium changer you want to select.
-
#vtl_device_arn ⇒ String
The Amazon Resource Name (ARN) of the medium changer you want to select.
Instance Attribute Details
#device_type ⇒ String
The type of medium changer you want to select.
Valid Values: STK-L700
| AWS-Gateway-VTL
| IBM-03584L32-0402
7276 7277 7278 7279 7280 7281 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7276 class UpdateVTLDeviceTypeInput < Struct.new( :vtl_device_arn, :device_type) SENSITIVE = [] include Aws::Structure end |
#vtl_device_arn ⇒ String
The Amazon Resource Name (ARN) of the medium changer you want to select.
7276 7277 7278 7279 7280 7281 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7276 class UpdateVTLDeviceTypeInput < Struct.new( :vtl_device_arn, :device_type) SENSITIVE = [] include Aws::Structure end |