Class: Aws::Types::SystemInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_architecture::String

Returns the value of attribute cpu_architecture.

Returns:

  • (::String)


706
707
708
# File 'sig/types.rbs', line 706

def cpu_architecture
  @cpu_architecture
end

#file_system_type::String

Returns the value of attribute file_system_type.

Returns:

  • (::String)


707
708
709
# File 'sig/types.rbs', line 707

def file_system_type
  @file_system_type
end

#network_info_list::Array[Types::NetworkInfo]

Returns the value of attribute network_info_list.

Returns:



708
709
710
# File 'sig/types.rbs', line 708

def network_info_list
  @network_info_list
end

#os_infoTypes::OSInfo

Returns the value of attribute os_info.

Returns:



709
710
711
# File 'sig/types.rbs', line 709

def os_info
  @os_info
end