AwsApiCallAction class

Contains information about the API action.

Constructors

AwsApiCallAction({String? api, String? callerType, DomainDetails? domainDetails, String? errorCode, RemoteIpDetails? remoteIpDetails, String? serviceName})
AwsApiCallAction.fromJson(Map<String, dynamic> json)
factory

Properties

api String?
The AWS API name.
final
callerType String?
The AWS API caller type.
final
domainDetails DomainDetails?
The domain information for the AWS API call.
final
errorCode String?
The error code of the failed AWS API action.
final
hashCode int
The hash code for this object.
no setterinherited
remoteIpDetails RemoteIpDetails?
The remote IP information of the connection that initiated the AWS API call.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceName String?
The AWS service name whose API was invoked.
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