Class: Aws::Types::AutoScalingInstanceDetails
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingInstanceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#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 ⇒ ::String
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
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
174 175 176 |
# File 'sig/types.rbs', line 174 def auto_scaling_group_name @auto_scaling_group_name end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
175 176 177 |
# File 'sig/types.rbs', line 175 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
176 177 178 |
# File 'sig/types.rbs', line 176 def availability_zone_id @availability_zone_id end |
#health_status ⇒ ::String
Returns the value of attribute health_status.
178 179 180 |
# File 'sig/types.rbs', line 178 def health_status @health_status end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
181 182 183 |
# File 'sig/types.rbs', line 181 def image_id @image_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
172 173 174 |
# File 'sig/types.rbs', line 172 def instance_id @instance_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
173 174 175 |
# File 'sig/types.rbs', line 173 def instance_type @instance_type end |
#launch_configuration_name ⇒ ::String
Returns the value of attribute launch_configuration_name.
179 180 181 |
# File 'sig/types.rbs', line 179 def launch_configuration_name @launch_configuration_name end |
#launch_template ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template.
180 181 182 |
# File 'sig/types.rbs', line 180 def launch_template @launch_template end |
#lifecycle_state ⇒ ::String
Returns the value of attribute lifecycle_state.
177 178 179 |
# File 'sig/types.rbs', line 177 def lifecycle_state @lifecycle_state end |
#protected_from_scale_in ⇒ Boolean
Returns the value of attribute protected_from_scale_in.
182 183 184 |
# File 'sig/types.rbs', line 182 def protected_from_scale_in @protected_from_scale_in end |
#weighted_capacity ⇒ ::String
Returns the value of attribute weighted_capacity.
183 184 185 |
# File 'sig/types.rbs', line 183 def weighted_capacity @weighted_capacity end |