Tag class

Describes a tag for an Auto Scaling group.

Constructors

Tag({required String key, bool? propagateAtLaunch, String? resourceId, String? resourceType, String? value})

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
The tag key.
final
propagateAtLaunch bool?
Determines whether the tag is added to new instances as they are launched in the group.
final
resourceId String?
The name of the group.
final
resourceType String?
The type of resource. The only supported value is auto-scaling-group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
The tag value.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited