AwsEc2InstanceViolation class
Violations for an EC2 instance resource.
Constructors
-
AwsEc2InstanceViolation({List<
AwsEc2NetworkInterfaceViolation> ? awsEc2NetworkInterfaceViolations, String? violationTarget}) -
AwsEc2InstanceViolation.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
awsEc2NetworkInterfaceViolations
→ List<
AwsEc2NetworkInterfaceViolation> ? -
Violations for network interfaces associated with the EC2 instance.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- violationTarget → String?
-
The resource ID of the EC2 instance.
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