Struct rusoto_ec2::DescribeDhcpOptionsResult [] [src]

pub struct DescribeDhcpOptionsResult {
    pub dhcp_options: Option<Vec<DhcpOptions>>,
}

Contains the output of DescribeDhcpOptions.

Fields

Information about one or more DHCP options sets.

Trait Implementations

impl Default for DescribeDhcpOptionsResult
[src]

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

impl Debug for DescribeDhcpOptionsResult
[src]

Formats the value using the given formatter.

impl Clone for DescribeDhcpOptionsResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more