Class: Aws::Types::Instance
- Inherits:
-
Object
- Object
- Aws::Types::Instance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#health_status ⇒ ::String
Returns the value of attribute health_status.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#launch_configuration_name ⇒ ::String
Returns the value of attribute launch_configuration_name.
-
#launch_template ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template.
-
#lifecycle_state ⇒ "Pending", ...
Returns the value of attribute lifecycle_state.
-
#protected_from_scale_in ⇒ Boolean
Returns the value of attribute protected_from_scale_in.
-
#weighted_capacity ⇒ ::String
Returns the value of attribute weighted_capacity.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
729 730 731 |
# File 'sig/types.rbs', line 729 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
730 731 732 |
# File 'sig/types.rbs', line 730 def availability_zone_id @availability_zone_id end |
#health_status ⇒ ::String
Returns the value of attribute health_status.
732 733 734 |
# File 'sig/types.rbs', line 732 def health_status @health_status end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
735 736 737 |
# File 'sig/types.rbs', line 735 def image_id @image_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
727 728 729 |
# File 'sig/types.rbs', line 727 def instance_id @instance_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
728 729 730 |
# File 'sig/types.rbs', line 728 def instance_type @instance_type end |
#launch_configuration_name ⇒ ::String
Returns the value of attribute launch_configuration_name.
733 734 735 |
# File 'sig/types.rbs', line 733 def launch_configuration_name @launch_configuration_name end |
#launch_template ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template.
734 735 736 |
# File 'sig/types.rbs', line 734 def launch_template @launch_template end |
#lifecycle_state ⇒ "Pending", ...
Returns the value of attribute lifecycle_state.
731 732 733 |
# File 'sig/types.rbs', line 731 def lifecycle_state @lifecycle_state end |
#protected_from_scale_in ⇒ Boolean
Returns the value of attribute protected_from_scale_in.
736 737 738 |
# File 'sig/types.rbs', line 736 def protected_from_scale_in @protected_from_scale_in end |
#weighted_capacity ⇒ ::String
Returns the value of attribute weighted_capacity.
737 738 739 |
# File 'sig/types.rbs', line 737 def weighted_capacity @weighted_capacity end |