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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dhcp_optionsTypes::DhcpOptions

A set of DHCP options.

Returns:



7607
7608
7609
7610
7611
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7607

class CreateDhcpOptionsResult < Struct.new(
  :dhcp_options)
  SENSITIVE = []
  include Aws::Structure
end