Class: Aws::EC2::Types::DhcpConfiguration

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

Overview

Describes a DHCP configuration option.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of a DHCP option.

Returns:

  • (String)


17529
17530
17531
17532
17533
# File 'lib/aws-sdk-ec2/types.rb', line 17529

class DhcpConfiguration < Struct.new(
  :key,
  :values)
  include Aws::Structure
end

#valuesArray<Types::AttributeValue>

One or more values for the DHCP option.

Returns:



17529
17530
17531
17532
17533
# File 'lib/aws-sdk-ec2/types.rb', line 17529

class DhcpConfiguration < Struct.new(
  :key,
  :values)
  include Aws::Structure
end