module Aws::AutoScaling::ResourceFleetsExtension

Public Instance Methods

fleet(name) click to toggle source

@return [FleetCollection]

# File lib/aws-sdk-autoscaling/fleets.rb, line 10
def fleet(name)
  Fleet.new(name, client: @client)
end
fleets() click to toggle source
# File lib/aws-sdk-autoscaling/fleets.rb, line 14
def fleets
  FleetCollection.new(resource: self)
end