Class: Aws::Types::AutoScalingInstanceDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_name::String

Returns the value of attribute auto_scaling_group_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def launch_configuration_name
  @launch_configuration_name
end

#launch_templateTypes::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.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def lifecycle_state
  @lifecycle_state
end

#protected_from_scale_inBoolean

Returns the value of attribute protected_from_scale_in.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def weighted_capacity
  @weighted_capacity
end