Struct aws_sdk_applicationdiscovery::output::GetDiscoverySummaryOutput [−][src]
#[non_exhaustive]pub struct GetDiscoverySummaryOutput {
pub servers: i64,
pub applications: i64,
pub servers_mapped_to_applications: i64,
pub servers_mappedto_tags: i64,
pub agent_summary: Option<CustomerAgentInfo>,
pub connector_summary: Option<CustomerConnectorInfo>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.servers: i64The number of servers discovered.
applications: i64The number of applications discovered.
servers_mapped_to_applications: i64The number of servers mapped to applications.
The number of servers mapped to tags.
agent_summary: Option<CustomerAgentInfo>Details about discovered agents, including agent status and health.
connector_summary: Option<CustomerConnectorInfo>Details about discovered connectors, including connector status and health.
Implementations
The number of applications discovered.
The number of servers mapped to applications.
The number of servers mapped to tags.
Details about discovered agents, including agent status and health.
Details about discovered connectors, including connector status and health.
Creates a new builder-style object to manufacture GetDiscoverySummaryOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GetDiscoverySummaryOutput
impl Send for GetDiscoverySummaryOutput
impl Sync for GetDiscoverySummaryOutput
impl Unpin for GetDiscoverySummaryOutput
impl UnwindSafe for GetDiscoverySummaryOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
