Class: Aws::EC2::Types::DhcpConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DhcpConfiguration
- 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<Types::AttributeValue>
The values for the DHCP option.
Instance Attribute Details
#key ⇒ String
The name of a DHCP option.
30704 30705 30706 30707 30708 30709 |
# File 'lib/aws-sdk-ec2/types.rb', line 30704 class DhcpConfiguration < Struct.new( :key, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::AttributeValue>
The values for the DHCP option.
30704 30705 30706 30707 30708 30709 |
# File 'lib/aws-sdk-ec2/types.rb', line 30704 class DhcpConfiguration < Struct.new( :key, :values) SENSITIVE = [] include Aws::Structure end |