GetV2LoggingOptionsResponse constructor

GetV2LoggingOptionsResponse({
  1. LogLevel? defaultLogLevel,
  2. bool? disableAllLogs,
  3. String? roleArn,
})

Implementation

GetV2LoggingOptionsResponse({
  this.defaultLogLevel,
  this.disableAllLogs,
  this.roleArn,
});