Method: AWS::EC2#dhcp_options

Defined in:
lib/aws/ec2.rb

#dhcp_optionsDHCPOptionsCollection

Returns a collection that represents all of the dhcp options for this account.

Returns:

  • (DHCPOptionsCollection)

    Returns a collection that represents all of the dhcp options for this account.



422
423
424
# File 'lib/aws/ec2.rb', line 422

def dhcp_options
  DHCPOptionsCollection.new(:config => config)
end