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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of a DHCP option.

Returns:

  • (String)


29093
29094
29095
29096
29097
29098
# File 'lib/aws-sdk-ec2/types.rb', line 29093

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

#valuesArray<Types::AttributeValue>

The values for the DHCP option.

Returns:



29093
29094
29095
29096
29097
29098
# File 'lib/aws-sdk-ec2/types.rb', line 29093

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