Struct aws_sdk_ec2::types::UserBucket
source · #[non_exhaustive]pub struct UserBucket { /* private fields */ }Expand description
Describes the Amazon S3 bucket for the disk image.
Implementations§
source§impl UserBucket
impl UserBucket
source§impl UserBucket
impl UserBucket
sourcepub fn builder() -> UserBucketBuilder
pub fn builder() -> UserBucketBuilder
Creates a new builder-style object to manufacture UserBucket.
Trait Implementations§
source§impl Clone for UserBucket
impl Clone for UserBucket
source§fn clone(&self) -> UserBucket
fn clone(&self) -> UserBucket
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 UserBucket
impl Debug for UserBucket
source§impl PartialEq<UserBucket> for UserBucket
impl PartialEq<UserBucket> for UserBucket
source§fn eq(&self, other: &UserBucket) -> bool
fn eq(&self, other: &UserBucket) -> bool
This method tests for
self and other values to be equal, and is used
by ==.