Class: Aws::StorageGateway::Types::UpdateVTLDeviceTypeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::UpdateVTLDeviceTypeOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
UpdateVTLDeviceTypeOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vtl_device_arn ⇒ String
The Amazon Resource Name (ARN) of the medium changer you have selected.
Instance Attribute Details
#vtl_device_arn ⇒ String
The Amazon Resource Name (ARN) of the medium changer you have selected.
7694 7695 7696 7697 7698 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 7694 class UpdateVTLDeviceTypeOutput < Struct.new( :vtl_device_arn) SENSITIVE = [] include Aws::Structure end |