Class: Aws::EC2::Types::CreateDhcpOptionsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#dhcp_optionsTypes::DhcpOptions

A set of DHCP options.

Returns:



4421
4422
4423
4424
# File 'lib/aws-sdk-ec2/types.rb', line 4421

class CreateDhcpOptionsResult < Struct.new(
  :dhcp_options)
  include Aws::Structure
end