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

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

Overview

Note:

When making an API call, you may pass NewDhcpConfiguration data as a hash:

{
  key: "String",
  values: ["String"],
}

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

Returns:

  • (String)


27467
27468
27469
27470
27471
# File 'lib/aws-sdk-ec2/types.rb', line 27467

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

#valuesArray<String>

Returns:

  • (Array<String>)


27467
27468
27469
27470
27471
# File 'lib/aws-sdk-ec2/types.rb', line 27467

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