Class: AppOpsClient::CLI::AWS

Inherits:
Thor
  • Object
show all
Defined in:
lib/appops-client/cli/aws.rb

Instance Method Summary collapse

Instance Method Details

#listObject



11
12
# File 'lib/appops-client/cli/aws.rb', line 11

def list()
end

#rotate_keysObject



19
20
21
# File 'lib/appops-client/cli/aws.rb', line 19

def rotate_keys()
  #AppOpsClient::AWS::IAMUserKeys::enforce( "Dev" )
end

#show(name) ⇒ Object



15
16
# File 'lib/appops-client/cli/aws.rb', line 15

def show( name )
end