Method: Awspec::Type::Ec2#id

Defined in:
lib/awspec/type/ec2.rb

#idObject



15
16
17
# File 'lib/awspec/type/ec2.rb', line 15

def id
  @id ||= resource_via_client.instance_id if resource_via_client
end