Method: Awspec::Type::LaunchTemplate#id
- Defined in:
- lib/awspec/type/launch_template.rb
#id ⇒ Object
13 14 15 |
# File 'lib/awspec/type/launch_template.rb', line 13 def id @id ||= resource_via_client.launch_template_id if resource_via_client end |