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.

impl Clone for Storage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more