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

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

Overview

Contains the output of CreateDhcpOptions.

Instance Attribute Summary collapse

Instance Attribute Details

#dhcp_optionsTypes::DhcpOptions

A set of DHCP options.

Returns:



2478
2479
2480
2481
# File 'lib/aws-sdk-ec2/types.rb', line 2478

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