Method: CloudFormationTool#awsecs
- Defined in:
- lib/cloud_formation_tool.rb
#awsecs ⇒ Object
125 126 127 128 |
# File 'lib/cloud_formation_tool.rb', line 125 def awsecs require 'aws-sdk-ecs' $__aws_ecs ||= Aws::ECS::Client.new aws_config end |