Class: Aws::Types::VTLDevice
- Inherits:
-
Object
- Object
- Aws::Types::VTLDevice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_iscsi_attributes ⇒ Types::DeviceiSCSIAttributes
Returns the value of attribute device_iscsi_attributes.
-
#vtl_device_arn ⇒ ::String
Returns the value of attribute vtl_device_arn.
-
#vtl_device_product_identifier ⇒ ::String
Returns the value of attribute vtl_device_product_identifier.
-
#vtl_device_type ⇒ ::String
Returns the value of attribute vtl_device_type.
-
#vtl_device_vendor ⇒ ::String
Returns the value of attribute vtl_device_vendor.
Instance Attribute Details
#device_iscsi_attributes ⇒ Types::DeviceiSCSIAttributes
Returns the value of attribute device_iscsi_attributes.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def device_iscsi_attributes @device_iscsi_attributes end |
#vtl_device_arn ⇒ ::String
Returns the value of attribute vtl_device_arn.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def vtl_device_arn @vtl_device_arn end |
#vtl_device_product_identifier ⇒ ::String
Returns the value of attribute vtl_device_product_identifier.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def vtl_device_product_identifier @vtl_device_product_identifier end |
#vtl_device_type ⇒ ::String
Returns the value of attribute vtl_device_type.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def vtl_device_type @vtl_device_type end |
#vtl_device_vendor ⇒ ::String
Returns the value of attribute vtl_device_vendor.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def vtl_device_vendor @vtl_device_vendor end |