Tag class
The metadata that you apply to AWS resources to help you categorize and organize them. Each tag consists of a key and a value, both of which you define. For more information, see Tagging AWS Resources in the AWS General Reference.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
One part of a key-value pair that makes up a tag. A key is a general label
that acts like a category for more specific tag values.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
One part of a key-value pair that make up a tag. A value acts as a
descriptor within a tag category (key). The value can be empty or null.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited