Struct rusoto_ec2::DhcpOptions [] [src]

pub struct DhcpOptions {
    pub dhcp_configurations: Option<Vec<DhcpConfiguration>>,
    pub dhcp_options_id: Option<String>,
    pub tags: Option<Vec<Tag>>,
}

Describes a set of DHCP options.

Fields

One or more DHCP options in the set.

The ID of the set of DHCP options.

Any tags assigned to the DHCP options set.

Trait Implementations

impl Default for DhcpOptions
[src]

[src]

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

impl Debug for DhcpOptions
[src]

[src]

Formats the value using the given formatter.

impl Clone for DhcpOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more