Class: Aws::EC2::Types::NewDhcpConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::NewDhcpConfiguration
- Defined in:
- gems/aws-sdk-ec2/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"],
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#key ⇒ String
41104 41105 41106 41107 41108 41109 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41104 class NewDhcpConfiguration < Struct.new( :key, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
41104 41105 41106 41107 41108 41109 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41104 class NewDhcpConfiguration < Struct.new( :key, :values) SENSITIVE = [] include Aws::Structure end |