Class: AppOpsClient::CLI::AWS
- Inherits:
-
Thor
- Object
- Thor
- AppOpsClient::CLI::AWS
- Defined in:
- lib/appops-client/cli/aws.rb
Instance Method Summary collapse
Instance Method Details
#list ⇒ Object
11 12 |
# File 'lib/appops-client/cli/aws.rb', line 11 def list() end |
#rotate_keys ⇒ Object
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 |