AwsApiCallAction constructor

AwsApiCallAction({
  1. String? api,
  2. String? callerType,
  3. DomainDetails? domainDetails,
  4. String? errorCode,
  5. RemoteIpDetails? remoteIpDetails,
  6. String? serviceName,
})

Implementation

AwsApiCallAction({
  this.api,
  this.callerType,
  this.domainDetails,
  this.errorCode,
  this.remoteIpDetails,
  this.serviceName,
});