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]

[src]

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

impl Debug for UserBucket
[src]

[src]

Formats the value using the given formatter.

impl Clone for UserBucket
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more