Module: Aws::ApplicationDiscoveryService::Client::_GetDiscoverySummaryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDiscoverySummaryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_summary ⇒ Types::CustomerAgentInfo
- #agentless_collector_summary ⇒ Types::CustomerAgentlessCollectorInfo
- #applications ⇒ ::Integer
- #connector_summary ⇒ Types::CustomerConnectorInfo
- #me_collector_summary ⇒ Types::CustomerMeCollectorInfo
- #servers ⇒ ::Integer
- #servers_mapped_to_applications ⇒ ::Integer
- #servers_mappedto_tags ⇒ ::Integer
Instance Method Details
#agent_summary ⇒ Types::CustomerAgentInfo
315 |
# File 'sig/client.rbs', line 315
def agent_summary: () -> Types::CustomerAgentInfo
|
#agentless_collector_summary ⇒ Types::CustomerAgentlessCollectorInfo
318 |
# File 'sig/client.rbs', line 318
def agentless_collector_summary: () -> Types::CustomerAgentlessCollectorInfo
|
#applications ⇒ ::Integer
312 |
# File 'sig/client.rbs', line 312
def applications: () -> ::Integer
|
#connector_summary ⇒ Types::CustomerConnectorInfo
316 |
# File 'sig/client.rbs', line 316
def connector_summary: () -> Types::CustomerConnectorInfo
|
#me_collector_summary ⇒ Types::CustomerMeCollectorInfo
317 |
# File 'sig/client.rbs', line 317
def me_collector_summary: () -> Types::CustomerMeCollectorInfo
|
#servers ⇒ ::Integer
311 |
# File 'sig/client.rbs', line 311
def servers: () -> ::Integer
|
#servers_mapped_to_applications ⇒ ::Integer
313 |
# File 'sig/client.rbs', line 313
def servers_mapped_to_applications: () -> ::Integer
|
#servers_mappedto_tags ⇒ ::Integer
314 |
# File 'sig/client.rbs', line 314
def servers_mappedto_tags: () -> ::Integer
|