Class: AWS::AutoScaling

Inherits:
Object
  • Object
show all
Defined in:
lib/aws/auto_scaling/fleet.rb,
lib/aws/auto_scaling/fleets.rb,
lib/aws/auto_scaling/fleet_collection.rb,
lib/aws/auto_scaling/fleet_group_collection.rb

Defined Under Namespace

Classes: Fleet, FleetCollection, FleetGroupCollection, Group

Instance Method Summary collapse

Instance Method Details

#fleetsFleetCollection

Returns:



12
13
14
# File 'lib/aws/auto_scaling/fleets.rb', line 12

def fleets
  FleetCollection.new(:config => config)
end