Module: Eaglenube::ApiWrapper::AWS::LaunchTemplate
- Defined in:
- lib/eaglenube/api_wrapper/aws/launch_template.rb
Instance Method Summary collapse
Instance Method Details
#describe_launch_templates(credential, region_code) ⇒ Object
10 11 12 13 |
# File 'lib/eaglenube/api_wrapper/aws/launch_template.rb', line 10 def describe_launch_templates(credential, region_code) agent = Eaglenube::AWSAgent.get_compute_agent(credential, region_code) agent.describe_launch_templates.try(:launch_templates) end |