Struct rusoto_ec2::Storage[][src]

pub struct Storage {
    pub s3: Option<S3Storage>,
}

Describes the storage location for an instance store-backed AMI.

Fields

An Amazon S3 storage location.

Trait Implementations

impl Default for Storage
[src]

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

impl Debug for Storage
[src]

Formats the value using the given formatter. Read more

impl Clone for Storage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for Storage