Get Profiling Group Result
    data class GetProfilingGroupResult(val agentOrchestrationConfigs: List<GetProfilingGroupAgentOrchestrationConfig>, val arn: String, val computePlatform: String, val createdAt: String, val id: String, val name: String, val profilingStatuses: List<GetProfilingGroupProfilingStatus>, val tags: Map<String, String>, val updatedAt: String)
A collection of values returned by getProfilingGroup.
Constructors
Link copied to clipboard
                fun GetProfilingGroupResult(agentOrchestrationConfigs: List<GetProfilingGroupAgentOrchestrationConfig>, arn: String, computePlatform: String, createdAt: String, id: String, name: String, profilingStatuses: List<GetProfilingGroupProfilingStatus>, tags: Map<String, String>, updatedAt: String)