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)


11728
11729
11730
11731
11732
# File 'lib/aws-sdk-ec2/types.rb', line 11728

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

#valuesArray<Types::AttributeValue>

One or more values for the DHCP option.

Returns:



11728
11729
11730
11731
11732
# File 'lib/aws-sdk-ec2/types.rb', line 11728

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