Class: Lono::SetInstances::List
- Inherits:
-
Object
- Object
- Lono::SetInstances::List
- Includes:
- AwsServices
- Defined in:
- lib/lono/set_instances/list.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ List
constructor
A new instance of List.
- #run ⇒ Object
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
Constructor Details
#initialize(options = {}) ⇒ List
Returns a new instance of List.
5 6 7 |
# File 'lib/lono/set_instances/list.rb', line 5 def initialize(={}) @options = end |