Class: Aws::Types::HostProperties
- Inherits:
-
Object
- Object
- Aws::Types::HostProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cores ⇒ ::Integer
Returns the value of attribute cores.
-
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#sockets ⇒ ::Integer
Returns the value of attribute sockets.
-
#total_v_cpus ⇒ ::Integer
Returns the value of attribute total_v_cpus.
Instance Attribute Details
#cores ⇒ ::Integer
Returns the value of attribute cores.
10741 10742 10743 |
# File 'sig/types.rbs', line 10741 def cores @cores end |
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
10743 10744 10745 |
# File 'sig/types.rbs', line 10743 def instance_family @instance_family end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
10742 10743 10744 |
# File 'sig/types.rbs', line 10742 def instance_type @instance_type end |
#sockets ⇒ ::Integer
Returns the value of attribute sockets.
10744 10745 10746 |
# File 'sig/types.rbs', line 10744 def sockets @sockets end |
#total_v_cpus ⇒ ::Integer
Returns the value of attribute total_v_cpus.
10745 10746 10747 |
# File 'sig/types.rbs', line 10745 def total_v_cpus @total_v_cpus end |