# File lib/fog/aws/models/compute/dhcp_options.rb, line 81 def get(dhcp_options_id) if dhcp_options_id self.class.new(:connection => connection).all('dhcp-options-id' => dhcp_options_id).first end end