Class: Aws::StorageGateway::Types::UpdateVTLDeviceTypeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::UpdateVTLDeviceTypeInput
- Includes:
- Aws::Structure
- Defined in:
- 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`
7678 7679 7680 7681 7682 7683 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 7678 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.
7678 7679 7680 7681 7682 7683 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 7678 class UpdateVTLDeviceTypeInput < Struct.new( :vtl_device_arn, :device_type) SENSITIVE = [] include Aws::Structure end |