ProfilingGroupDescription constructor
ProfilingGroupDescription({
- AgentOrchestrationConfig? agentOrchestrationConfig,
- String? arn,
- ComputePlatform? computePlatform,
- DateTime? createdAt,
- String? name,
- ProfilingStatus? profilingStatus,
- Map<
String, String> ? tags, - DateTime? updatedAt,
Implementation
ProfilingGroupDescription({
this.agentOrchestrationConfig,
this.arn,
this.computePlatform,
this.createdAt,
this.name,
this.profilingStatus,
this.tags,
this.updatedAt,
});