Struct rusoto_ec2::UserBucketDetails [] [src]

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

Describes the S3 bucket for the disk image.

Fields

The S3 bucket from which the disk image was created.

The file name of the disk image.

Trait Implementations

impl Default for UserBucketDetails
[src]

[src]

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

impl Debug for UserBucketDetails
[src]

[src]

Formats the value using the given formatter.

impl Clone for UserBucketDetails
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more