MonitoredResourceInfo constructor
MonitoredResourceInfo({
- String? arn,
- String? name,
- ResourceType? resourceType,
Implementation
MonitoredResourceInfo({
this.arn,
this.name,
this.resourceType,
});