Class: Aws::Types::UpdateVTLDeviceTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVTLDeviceTypeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_type ⇒ ::String
Returns the value of attribute device_type.
-
#vtl_device_arn ⇒ ::String
Returns the value of attribute vtl_device_arn.
Instance Attribute Details
#device_type ⇒ ::String
Returns the value of attribute device_type.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def device_type @device_type end |
#vtl_device_arn ⇒ ::String
Returns the value of attribute vtl_device_arn.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def vtl_device_arn @vtl_device_arn end |