Class: Aws::EC2::Types::NewDhcpConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::NewDhcpConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#key ⇒ String
51879 51880 51881 51882 51883 51884 |
# File 'lib/aws-sdk-ec2/types.rb', line 51879 class NewDhcpConfiguration < Struct.new( :key, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
51879 51880 51881 51882 51883 51884 |
# File 'lib/aws-sdk-ec2/types.rb', line 51879 class NewDhcpConfiguration < Struct.new( :key, :values) SENSITIVE = [] include Aws::Structure end |