Struct aws_sdk_cloud9::model::Tag [−][src]
Expand description
Metadata that is associated with Amazon Web Services resources. In particular, a name-value pair that
can be associated with an Cloud9 development environment. There are two types of tags:
user tags and system tags. A user tag is created
by the user. A system tag is automatically created by Amazon Web Services services. A system tag is prefixed
with "aws:"
and cannot be modified by the user.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.key: Option<String>
The name part of a tag.
value: Option<String>
The value part of a tag.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Tag
impl UnwindSafe for Tag
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