Method: AWS::EC2#dhcp_options
- Defined in:
- lib/aws/ec2.rb
#dhcp_options ⇒ 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 DHCPOptionsCollection.new(:config => config) end |