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]

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

impl Debug for DhcpOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for DhcpOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DhcpOptions
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for DhcpOptions

impl Sync for DhcpOptions