Struct rusoto_ec2::PrefixList [] [src]

pub struct PrefixList {
    pub cidrs: Option<Vec<String>>,
    pub prefix_list_id: Option<String>,
    pub prefix_list_name: Option<String>,
}

Describes prefixes for AWS services.

Fields

The IP address range of the AWS service.

The ID of the prefix.

The name of the prefix.

Trait Implementations

impl Default for PrefixList
[src]

[src]

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

impl Debug for PrefixList
[src]

[src]

Formats the value using the given formatter.

impl Clone for PrefixList
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more