ConfigureAgentResponse
public struct ConfigureAgentResponse : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String? -
Declaration
Swift
public static var _members: [AWSShapeMember] -
An AgentConfiguration object that specifies if an agent profiles or not and for how long to return profiling data.
Declaration
Swift
public let configuration: AgentConfiguration -
Undocumented
Declaration
Swift
public init(configuration: AgentConfiguration)
View on GitHub
ConfigureAgentResponse Structure Reference