Method: Awspec::Type::EcsContainerInstance#id
- Defined in:
- lib/awspec/type/ecs_container_instance.rb
#id ⇒ Object
16 17 18 |
# File 'lib/awspec/type/ecs_container_instance.rb', line 16 def id @id ||= resource_via_client.container_instance_arn if resource_via_client end |