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]

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

impl Debug for PrefixList
[src]

Formats the value using the given formatter. Read more

impl Clone for PrefixList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PrefixList
[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 PrefixList

impl Sync for PrefixList