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:



1982
1983
1984
# File 'sig/types.rbs', line 1982

def id
  @id
end

#type"GPU", "NEURON_DEVICE"

Returns the value of attribute type.

Returns:



1983
1984
1985
# File 'sig/types.rbs', line 1983

def type
  @type
end