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.
735 736 737 |
# File 'sig/types.rbs', line 735 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
736 737 738 |
# File 'sig/types.rbs', line 736 def availability_zone_id @availability_zone_id end |
#health_status ⇒ ::String
Returns the value of attribute health_status.
738 739 740 |
# File 'sig/types.rbs', line 738 def health_status @health_status end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
741 742 743 |
# File 'sig/types.rbs', line 741 def image_id @image_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
733 734 735 |
# File 'sig/types.rbs', line 733 def instance_id @instance_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
734 735 736 |
# File 'sig/types.rbs', line 734 def instance_type @instance_type end |
#launch_configuration_name ⇒ ::String
Returns the value of attribute launch_configuration_name.
739 740 741 |
# File 'sig/types.rbs', line 739 def launch_configuration_name @launch_configuration_name end |
#launch_template ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template.
740 741 742 |
# File 'sig/types.rbs', line 740 def launch_template @launch_template end |
#lifecycle_state ⇒ "Pending", ...
Returns the value of attribute lifecycle_state.
737 738 739 |
# File 'sig/types.rbs', line 737 def lifecycle_state @lifecycle_state end |
#protected_from_scale_in ⇒ Boolean
Returns the value of attribute protected_from_scale_in.
742 743 744 |
# File 'sig/types.rbs', line 742 def protected_from_scale_in @protected_from_scale_in end |
#weighted_capacity ⇒ ::String
Returns the value of attribute weighted_capacity.
743 744 745 |
# File 'sig/types.rbs', line 743 def weighted_capacity @weighted_capacity end |