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

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

#keyString

The name of a DHCP option.

Returns:

  • (String)


28419
28420
28421
28422
28423
28424
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28419

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

#valuesArray<Types::AttributeValue>

The values for the DHCP option.

Returns:



28419
28420
28421
28422
28423
28424
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28419

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