Class: Aws::EC2::Types::NewDhcpConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::NewDhcpConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a DHCP configuration option.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The name of a DHCP option.
-
#values ⇒ Array<String>
The values for the DHCP option.
Instance Attribute Details
#key ⇒ String
The name of a DHCP option.
56620 56621 56622 56623 56624 56625 |
# File 'lib/aws-sdk-ec2/types.rb', line 56620 class NewDhcpConfiguration < Struct.new( :key, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values for the DHCP option.
56620 56621 56622 56623 56624 56625 |
# File 'lib/aws-sdk-ec2/types.rb', line 56620 class NewDhcpConfiguration < Struct.new( :key, :values) SENSITIVE = [] include Aws::Structure end |