Class: Aws::Types::Instance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def launch_configuration_name
  @launch_configuration_name
end

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

Returns:

  • ("Pending", "Pending:Wait", "Pending:Proceed", "Quarantined", "InService", "Terminating", "Terminating:Wait", "Terminating:Proceed", "Terminating:Retained", "Terminated", "Detaching", "Detached", "EnteringStandby", "Standby", "ReplacingRootVolume", "ReplacingRootVolume:Wait", "ReplacingRootVolume:Proceed", "RootVolumeReplaced", "Warmed:Pending", "Warmed:Pending:Wait", "Warmed:Pending:Proceed", "Warmed:Pending:Retained", "Warmed:Terminating", "Warmed:Terminating:Wait", "Warmed:Terminating:Proceed", "Warmed:Terminating:Retained", "Warmed:Terminated", "Warmed:Stopped", "Warmed:Running", "Warmed:Hibernated")


731
732
733
# File 'sig/types.rbs', line 731

def lifecycle_state
  @lifecycle_state
end

#protected_from_scale_inBoolean

Returns the value of attribute protected_from_scale_in.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def weighted_capacity
  @weighted_capacity
end