DeploymentGroupEc2TagSet class

Constructors

DeploymentGroupEc2TagSet({Input<List<DeploymentGroupEc2TagSetEc2TagFilter>?>? ec2TagFilters})
Creates a new DeploymentGroupEc2TagSet. ec2TagFilters Tag filters associated with the deployment group. See the AWS docs for details.
const
DeploymentGroupEc2TagSet.fromMap(Map<String, dynamic> map)
factory

Properties

ec2TagFilters → Input<List<DeploymentGroupEc2TagSetEc2TagFilter>?>?
Tag filters associated with the deployment group. See the AWS docs for details.
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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