TaggedResource class
A tag and its associated resource.
Constructors
- TaggedResource({String? resourceName, String? resourceType, Tag? tag})
- TaggedResource.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- resourceName → String?
-
The Amazon Resource Name (ARN) with which the tag is associated, for
example:
arn:aws:redshift:us-east-2:123456789:cluster:t1
.final - resourceType → String?
-
The type of resource with which the tag is associated. Valid resource types
are:
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → Tag?
-
The tag for the resource.
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