GetDiscoverySummaryResponse
public struct GetDiscoverySummaryResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Details about discovered agents, including agent status and health.
Declaration
Swift
public let agentSummary: CustomerAgentInfo? -
The number of applications discovered.
Declaration
Swift
public let applications: Int64? -
Details about discovered connectors, including connector status and health.
Declaration
Swift
public let connectorSummary: CustomerConnectorInfo? -
The number of servers discovered.
Declaration
Swift
public let servers: Int64? -
The number of servers mapped to applications.
Declaration
Swift
public let serversMappedToApplications: Int64? -
The number of servers mapped to tags.
Declaration
Swift
public let serversMappedtoTags: Int64? -
init(agentSummary:applications:connectorSummary:servers:serversMappedToApplications:serversMappedtoTags:)Undocumented
Declaration
Swift
public init(agentSummary: CustomerAgentInfo? = nil, applications: Int64? = nil, connectorSummary: CustomerConnectorInfo? = nil, servers: Int64? = nil, serversMappedToApplications: Int64? = nil, serversMappedtoTags: Int64? = nil)
View on GitHub
GetDiscoverySummaryResponse Structure Reference