GetLoggerDefinitionVersionResponse constructor
GetLoggerDefinitionVersionResponse({
- String? arn,
- String? creationTimestamp,
- LoggerDefinitionVersion? definition,
- String? id,
- String? version,
Implementation
GetLoggerDefinitionVersionResponse({
this.arn,
this.creationTimestamp,
this.definition,
this.id,
this.version,
});