Struct aws_sdk_ec2::model::UserBucketDetails
source · #[non_exhaustive]pub struct UserBucketDetails { /* private fields */ }
Expand description
Describes the Amazon S3 bucket for the disk image.
Implementations§
source§impl UserBucketDetails
impl UserBucketDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserBucketDetails
.
Trait Implementations§
source§impl Clone for UserBucketDetails
impl Clone for UserBucketDetails
source§fn clone(&self) -> UserBucketDetails
fn clone(&self) -> UserBucketDetails
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UserBucketDetails
impl Debug for UserBucketDetails
source§impl PartialEq<UserBucketDetails> for UserBucketDetails
impl PartialEq<UserBucketDetails> for UserBucketDetails
source§fn eq(&self, other: &UserBucketDetails) -> bool
fn eq(&self, other: &UserBucketDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.