Method: Aws::StorageGateway::Types::UpdateVTLDeviceTypeInput#vtl_device_arn
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
#vtl_device_arn ⇒ String
The Amazon Resource Name (ARN) of the medium changer you want to select.
8069 8070 8071 8072 8073 8074 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 8069 class UpdateVTLDeviceTypeInput < Struct.new( :vtl_device_arn, :device_type) SENSITIVE = [] include Aws::Structure end |