Action class

Contains information about actions.

Constructors

Action({String? actionType, AwsApiCallAction? awsApiCallAction, DnsRequestAction? dnsRequestAction, NetworkConnectionAction? networkConnectionAction, PortProbeAction? portProbeAction})
Action.fromJson(Map<String, dynamic> json)
factory

Properties

actionType String?
The GuardDuty finding activity type.
final
awsApiCallAction AwsApiCallAction?
Information about the AWS_API_CALL action described in this finding.
final
dnsRequestAction DnsRequestAction?
Information about the DNS_REQUEST action described in this finding.
final
hashCode int
The hash code for this object.
no setterinherited
networkConnectionAction NetworkConnectionAction?
Information about the NETWORK_CONNECTION action described in this finding.
final
portProbeAction PortProbeAction?
Information about the PORT_PROBE action described in this finding.
final
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
toString() String
A string representation of this object.
inherited

Operators

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