Struct rusoto_ec2::PrefixListId [] [src]

pub struct PrefixListId {
    pub description: Option<String>,
    pub prefix_list_id: Option<String>,
}

[EC2-VPC only] The ID of the prefix.

Fields

A description for the security group rule that references this prefix list ID.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

The ID of the prefix.

Trait Implementations

impl Default for PrefixListId
[src]

[src]

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

impl Debug for PrefixListId
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PrefixListId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PrefixListId

impl Sync for PrefixListId