Class: Aws::Types::PlatformDevice

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1966
1967
1968
# File 'sig/types.rbs', line 1966

def id
  @id
end

#type"GPU", "NEURON_DEVICE"

Returns the value of attribute type.

Returns:

  • ("GPU", "NEURON_DEVICE")


1967
1968
1969
# File 'sig/types.rbs', line 1967

def type
  @type
end