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]

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

impl Debug for UserBucketDetails
[src]

Formats the value using the given formatter. Read more

impl Clone for UserBucketDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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