Class: AWS

Inherits:
Fog::Bin show all
Defined in:
lib/fog/bin/aws.rb

Class Method Summary collapse

Methods inherited from Fog::Bin

available?, collections

Class Method Details

.[](key) ⇒ Object



8
9
10
# File 'lib/fog/bin/aws.rb', line 8

def self.[](key)
  Fog::AWS::ServiceMapper[key]
end

.class_for(key) ⇒ Object



12
13
14
# File 'lib/fog/bin/aws.rb', line 12

def self.class_for(key)
  Fog::AWS::ServiceMapper.class_for(key)
end

.servicesObject



4
5
6
# File 'lib/fog/bin/aws.rb', line 4

def self.services
  Fog::AWS::ServiceMapper.services
end