You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ApplicationDiscoveryService::Types::CustomerConnectorInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Inventory data for installed discovery connectors.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#active_connectorsInteger

Number of active discovery connectors.

Returns:

  • (Integer)

    Number of active discovery connectors.

#black_listed_connectorsInteger

Number of blacklisted discovery connectors.

Returns:

  • (Integer)

    Number of blacklisted discovery connectors.

#healthy_connectorsInteger

Number of healthy discovery connectors.

Returns:

  • (Integer)

    Number of healthy discovery connectors.

#shutdown_connectorsInteger

Number of discovery connectors with status SHUTDOWN,

Returns:

  • (Integer)

    Number of discovery connectors with status SHUTDOWN,.

#total_connectorsInteger

Total number of discovery connectors.

Returns:

  • (Integer)

    Total number of discovery connectors.

#unhealthy_connectorsInteger

Number of unhealthy discovery connectors.

Returns:

  • (Integer)

    Number of unhealthy discovery connectors.

#unknown_connectorsInteger

Number of unknown discovery connectors.

Returns:

  • (Integer)

    Number of unknown discovery connectors.