EC2TagSet class

Information about groups of EC2 instance tags.

Constructors

EC2TagSet({List<List<EC2TagFilter>>? ec2TagSetList})
EC2TagSet.fromJson(Map<String, dynamic> json)
factory

Properties

ec2TagSetList List<List<EC2TagFilter>>?
A list that contains other lists of EC2 instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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