AgentOrchestrationConfig
public struct AgentOrchestrationConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A Boolean that specifies whether the profiling agent collects profiling data or not. Set to true to enable profiling.
Declaration
Swift
public let profilingEnabled: Bool -
Undocumented
Declaration
Swift
public init(profilingEnabled: Bool)
View on GitHub
AgentOrchestrationConfig Structure Reference