Struct rusoto_ec2::UserBucket[][src]

pub struct UserBucket {
    pub s3_bucket: Option<String>,
    pub s3_key: Option<String>,
}

Describes the S3 bucket for the disk image.

Fields

The name of the S3 bucket where the disk image is located.

The file name of the disk image.

Trait Implementations

impl Default for UserBucket
[src]

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

impl Debug for UserBucket
[src]

Formats the value using the given formatter. Read more

impl Clone for UserBucket
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for UserBucket