Struct aws_sdk_ec2::model::S3ObjectTag [−][src]
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.key: Option<String>
The key of the tag.
Constraints: Tag keys are case-sensitive and can be up to 128 Unicode characters in
length. May not begin with aws
:.
value: Option<String>
The value of the tag.
Constraints: Tag values are case-sensitive and can be up to 256 Unicode characters in length.
Implementations
The key of the tag.
Constraints: Tag keys are case-sensitive and can be up to 128 Unicode characters in
length. May not begin with aws
:.
Creates a new builder-style object to manufacture S3ObjectTag
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for S3ObjectTag
impl Send for S3ObjectTag
impl Sync for S3ObjectTag
impl Unpin for S3ObjectTag
impl UnwindSafe for S3ObjectTag
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more