Class: Aws::Cloud9::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::Cloud9::Types::Tag
- Defined in:
- gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[:key, :value]
Instance Attribute Summary collapse
-
#key ⇒ String
The name part of a tag.
-
#value ⇒ String
The value part of a tag.