Class: Aws::Types::SystemInfo
- Inherits:
-
Object
- Object
- Aws::Types::SystemInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cpu_architecture ⇒ ::String
Returns the value of attribute cpu_architecture.
-
#file_system_type ⇒ ::String
Returns the value of attribute file_system_type.
-
#network_info_list ⇒ ::Array[Types::NetworkInfo]
Returns the value of attribute network_info_list.
-
#os_info ⇒ Types::OSInfo
Returns the value of attribute os_info.
Instance Attribute Details
#cpu_architecture ⇒ ::String
Returns the value of attribute cpu_architecture.
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.
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.
708 709 710 |
# File 'sig/types.rbs', line 708 def network_info_list @network_info_list end |
#os_info ⇒ Types::OSInfo
Returns the value of attribute os_info.
709 710 711 |
# File 'sig/types.rbs', line 709 def os_info @os_info end |