[][src]Struct rusoto_discovery::GetDiscoverySummaryResponse

pub struct GetDiscoverySummaryResponse {
    pub agent_summary: Option<CustomerAgentInfo>,
    pub applications: Option<i64>,
    pub connector_summary: Option<CustomerConnectorInfo>,
    pub servers: Option<i64>,
    pub servers_mapped_to_applications: Option<i64>,
    pub servers_mappedto_tags: Option<i64>,
}

Fields

agent_summary: Option<CustomerAgentInfo>

Details about discovered agents, including agent status and health.

applications: Option<i64>

The number of applications discovered.

connector_summary: Option<CustomerConnectorInfo>

Details about discovered connectors, including connector status and health.

servers: Option<i64>

The number of servers discovered.

servers_mapped_to_applications: Option<i64>

The number of servers mapped to applications.

servers_mappedto_tags: Option<i64>

The number of servers mapped to tags.

Trait Implementations

impl Clone for GetDiscoverySummaryResponse[src]

impl Debug for GetDiscoverySummaryResponse[src]

impl Default for GetDiscoverySummaryResponse[src]

impl<'de> Deserialize<'de> for GetDiscoverySummaryResponse[src]

impl PartialEq<GetDiscoverySummaryResponse> for GetDiscoverySummaryResponse[src]

impl StructuralPartialEq for GetDiscoverySummaryResponse[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.