Module: Asg

Defined in:
lib/asg/rebooter/wrappers/instance.rb,
lib/asg/rebooter.rb,
lib/asg/rebooter/version.rb,
lib/asg/rebooter/instance_rebooter.rb,
lib/asg/rebooter/validate_credentials.rb,
lib/asg/rebooter/wrappers/target_group.rb,
lib/asg/rebooter/configuration/target_group.rb,
lib/asg/rebooter/wrappers/auto_scaling_group.rb,
lib/asg/rebooter/configuration/auto_scaling_group.rb

Overview

Example response from AWS for Aws::AutoScaling::Instance:

#<Aws::AutoScaling::Instance:0x00007fc8a2781438
 @client=#<Aws::AutoScaling::Client>,
 @data=
  #<struct Aws::AutoScaling::Types::Instance
   instance_id="i-007b9fa2f7df584f7",
   instance_type="t3.medium",
   availability_zone="us-west-2b",
   lifecycle_state="InService",
   health_status="Healthy",
   launch_configuration_name=
    "h1-testserver-lc-asg-rebooter-20191219124104839000000001",
   launch_template=nil,
   protected_from_scale_in=false,
   weighted_capacity=nil>,
 @group_name="h1-testserver-asg-asg-rebooter",
 @id="i-007b9fa2f7df584f7">

Defined Under Namespace

Modules: Rebooter