Struct aws_sdk_ec2::model::S3ObjectTag
source · #[non_exhaustive]pub struct S3ObjectTag { /* private fields */ }
Expand description
The tags to apply to the AMI object that will be stored in the Amazon S3 bucket. For more information, see Categorizing your storage using tags in the Amazon Simple Storage Service User Guide.
Implementations§
source§impl S3ObjectTag
impl S3ObjectTag
source§impl S3ObjectTag
impl S3ObjectTag
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3ObjectTag
.
Trait Implementations§
source§impl Clone for S3ObjectTag
impl Clone for S3ObjectTag
source§fn clone(&self) -> S3ObjectTag
fn clone(&self) -> S3ObjectTag
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 S3ObjectTag
impl Debug for S3ObjectTag
source§impl PartialEq<S3ObjectTag> for S3ObjectTag
impl PartialEq<S3ObjectTag> for S3ObjectTag
source§fn eq(&self, other: &S3ObjectTag) -> bool
fn eq(&self, other: &S3ObjectTag) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.