Struct rusoto_ec2::CidrBlock [] [src]

pub struct CidrBlock {
    pub cidr_block: Option<String>,
}

Describes an IPv4 CIDR block.

Fields

The IPv4 CIDR block.

Trait Implementations

impl Default for CidrBlock
[src]

[src]

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

impl Debug for CidrBlock
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CidrBlock
[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 CidrBlock

impl Sync for CidrBlock