Class: Aws::Types::ActiveInstance
- Inherits:
-
Object
- Object
- Aws::Types::ActiveInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_health ⇒ "healthy", "unhealthy"
Returns the value of attribute instance_health.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#spot_instance_request_id ⇒ ::String
Returns the value of attribute spot_instance_request_id.
Instance Attribute Details
#instance_health ⇒ "healthy", "unhealthy"
Returns the value of attribute instance_health.
197 198 199 |
# File 'sig/types.rbs', line 197 def instance_health @instance_health end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
194 195 196 |
# File 'sig/types.rbs', line 194 def instance_id @instance_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
195 196 197 |
# File 'sig/types.rbs', line 195 def instance_type @instance_type end |
#spot_instance_request_id ⇒ ::String
Returns the value of attribute spot_instance_request_id.
196 197 198 |
# File 'sig/types.rbs', line 196 def spot_instance_request_id @spot_instance_request_id end |