Class: Aws::Types::VTLDevice

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_iscsi_attributesTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1646
1647
1648
# File 'sig/types.rbs', line 1646

def vtl_device_vendor
  @vtl_device_vendor
end