AwsApiCallAction constructor
AwsApiCallAction({
- String? api,
- String? callerType,
- DomainDetails? domainDetails,
- String? errorCode,
- RemoteIpDetails? remoteIpDetails,
- String? serviceName,
Implementation
AwsApiCallAction({
this.api,
this.callerType,
this.domainDetails,
this.errorCode,
this.remoteIpDetails,
this.serviceName,
});