Class: Aws::Types::FpgaDeviceInfo

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)


9798
9799
9800
# File 'sig/types.rbs', line 9798

def count
  @count
end

#manufacturer::String

Returns the value of attribute manufacturer.

Returns:

  • (::String)


9797
9798
9799
# File 'sig/types.rbs', line 9797

def manufacturer
  @manufacturer
end

#memory_infoTypes::FpgaDeviceMemoryInfo

Returns the value of attribute memory_info.



9799
9800
9801
# File 'sig/types.rbs', line 9799

def memory_info
  @memory_info
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9796
9797
9798
# File 'sig/types.rbs', line 9796

def name
  @name
end