Class: Aws::Types::InferenceDeviceInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


11222
11223
11224
# File 'sig/types.rbs', line 11222

def count
  @count
end

#manufacturer::String

Returns the value of attribute manufacturer.

Returns:

  • (::String)


11224
11225
11226
# File 'sig/types.rbs', line 11224

def manufacturer
  @manufacturer
end

#memory_infoTypes::InferenceDeviceMemoryInfo

Returns the value of attribute memory_info.



11225
11226
11227
# File 'sig/types.rbs', line 11225

def memory_info
  @memory_info
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11223
11224
11225
# File 'sig/types.rbs', line 11223

def name
  @name
end