Module: Eaglenube::ApiWrapper::AWS::ECS

Included in:
Synchronizer::AWS::ECS::ECSSyncMethods
Defined in:
lib/eaglenube/api_wrapper/aws/ecs.rb

Instance Method Summary collapse

Instance Method Details

#describe_ecs_clusters(credential, region_code) ⇒ Object



10
11
12
13
# File 'lib/eaglenube/api_wrapper/aws/ecs.rb', line 10

def describe_ecs_clusters(credential, region_code)
  agent = Eaglenube::AWSAgent.get_ecs_agent(credential, region_code)
  agent.describe_clusters.try(:clusters)
end