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)


9911
9912
9913
# File 'sig/types.rbs', line 9911

def count
  @count
end

#manufacturer::String

Returns the value of attribute manufacturer.

Returns:

  • (::String)


9910
9911
9912
# File 'sig/types.rbs', line 9910

def manufacturer
  @manufacturer
end

#memory_infoTypes::FpgaDeviceMemoryInfo

Returns the value of attribute memory_info.



9912
9913
9914
# File 'sig/types.rbs', line 9912

def memory_info
  @memory_info
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9909
9910
9911
# File 'sig/types.rbs', line 9909

def name
  @name
end