Class: Aws::EC2::Types::NewDhcpConfiguration

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

Overview

Describes a DHCP configuration option.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key ⇒ String

The name of a DHCP option.

Returns:

  • (String)


72684
72685
72686
72687
72688
72689
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72684

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

#values ⇒ Array<String>

The values for the DHCP option.

Returns:

  • (Array<String>)


72684
72685
72686
72687
72688
72689
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72684

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