Class: Aws::EC2::Types::DescribeDhcpOptionsResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#dhcp_optionsArray<Types::DhcpOptions>

Information about one or more DHCP options sets.

Returns:



10240
10241
10242
10243
# File 'lib/aws-sdk-ec2/types.rb', line 10240

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