ProfilingGroupDescription constructor

ProfilingGroupDescription({
  1. AgentOrchestrationConfig? agentOrchestrationConfig,
  2. String? arn,
  3. ComputePlatform? computePlatform,
  4. DateTime? createdAt,
  5. String? name,
  6. ProfilingStatus? profilingStatus,
  7. Map<String, String>? tags,
  8. DateTime? updatedAt,
})

Implementation

ProfilingGroupDescription({
  this.agentOrchestrationConfig,
  this.arn,
  this.computePlatform,
  this.createdAt,
  this.name,
  this.profilingStatus,
  this.tags,
  this.updatedAt,
});