Struct rusoto_ec2::DhcpConfiguration [] [src]

pub struct DhcpConfiguration {
    pub key: Option<String>,
    pub values: Option<Vec<AttributeValue>>,
}

Describes a DHCP configuration option.

Fields

The name of a DHCP option.

One or more values for the DHCP option.

Trait Implementations

impl Default for DhcpConfiguration
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DhcpConfiguration
[src]

[src]

Formats the value using the given formatter.

impl Clone for DhcpConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more