Class: Aws::Types::ComputeAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ComputeAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#host_id ⇒ ::String
Returns the value of attribute host_id.
-
#instance_families ⇒ ::Array[::String]
Returns the value of attribute instance_families.
-
#instance_type_capacities ⇒ ::Array[Types::AssetInstanceTypeCapacity]
Returns the value of attribute instance_type_capacities.
-
#max_vcpus ⇒ ::Integer
Returns the value of attribute max_vcpus.
-
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
Instance Attribute Details
#host_id ⇒ ::String
Returns the value of attribute host_id.
121 122 123 |
# File 'sig/types.rbs', line 121 def host_id @host_id end |
#instance_families ⇒ ::Array[::String]
Returns the value of attribute instance_families.
123 124 125 |
# File 'sig/types.rbs', line 123 def instance_families @instance_families end |
#instance_type_capacities ⇒ ::Array[Types::AssetInstanceTypeCapacity]
Returns the value of attribute instance_type_capacities.
124 125 126 |
# File 'sig/types.rbs', line 124 def instance_type_capacities @instance_type_capacities end |
#max_vcpus ⇒ ::Integer
Returns the value of attribute max_vcpus.
125 126 127 |
# File 'sig/types.rbs', line 125 def max_vcpus @max_vcpus end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
122 123 124 |
# File 'sig/types.rbs', line 122 def state @state end |