Class: Lono::Sets::Instances::List

Inherits:
Object
  • Object
show all
Includes:
AwsServices
Defined in:
lib/lono/sets/instances/list.rb

Instance Method Summary collapse

Methods included from AwsServices

#cfn, #ec2, #iam, #s3, #s3_presigner, #s3_resource, #sts

Methods included from AwsServices::Helper

#rollback_complete?, #testing_update?

Methods included from AwsServices::StackSet

#find_stack_set, #stack_set_exists?

Methods included from AwsServices::Stack

#find_stack, #stack_exists?

Constructor Details

#initialize(options = {}) ⇒ List

Returns a new instance of List.



5
6
7
# File 'lib/lono/sets/instances/list.rb', line 5

def initialize(options={})
  @options = options
end

Instance Method Details

#runObject



9
10
11
# File 'lib/lono/sets/instances/list.rb', line 9

def run
  Lono::Sets::Status::Instances.new(@options).show
end