Class: Aws::Types::GetDiscoverySummaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDiscoverySummaryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_summary ⇒ Types::CustomerAgentInfo
Returns the value of attribute agent_summary.
-
#agentless_collector_summary ⇒ Types::CustomerAgentlessCollectorInfo
Returns the value of attribute agentless_collector_summary.
-
#applications ⇒ ::Integer
Returns the value of attribute applications.
-
#connector_summary ⇒ Types::CustomerConnectorInfo
Returns the value of attribute connector_summary.
-
#me_collector_summary ⇒ Types::CustomerMeCollectorInfo
Returns the value of attribute me_collector_summary.
-
#servers ⇒ ::Integer
Returns the value of attribute servers.
-
#servers_mapped_to_applications ⇒ ::Integer
Returns the value of attribute servers_mapped_to_applications.
-
#servers_mappedto_tags ⇒ ::Integer
Returns the value of attribute servers_mappedto_tags.
Instance Attribute Details
#agent_summary ⇒ Types::CustomerAgentInfo
Returns the value of attribute agent_summary.
398 399 400 |
# File 'sig/types.rbs', line 398 def agent_summary @agent_summary end |
#agentless_collector_summary ⇒ Types::CustomerAgentlessCollectorInfo
Returns the value of attribute agentless_collector_summary.
401 402 403 |
# File 'sig/types.rbs', line 401 def agentless_collector_summary @agentless_collector_summary end |
#applications ⇒ ::Integer
Returns the value of attribute applications.
395 396 397 |
# File 'sig/types.rbs', line 395 def applications @applications end |
#connector_summary ⇒ Types::CustomerConnectorInfo
Returns the value of attribute connector_summary.
399 400 401 |
# File 'sig/types.rbs', line 399 def connector_summary @connector_summary end |
#me_collector_summary ⇒ Types::CustomerMeCollectorInfo
Returns the value of attribute me_collector_summary.
400 401 402 |
# File 'sig/types.rbs', line 400 def me_collector_summary @me_collector_summary end |
#servers ⇒ ::Integer
Returns the value of attribute servers.
394 395 396 |
# File 'sig/types.rbs', line 394 def servers @servers end |
#servers_mapped_to_applications ⇒ ::Integer
Returns the value of attribute servers_mapped_to_applications.
396 397 398 |
# File 'sig/types.rbs', line 396 def servers_mapped_to_applications @servers_mapped_to_applications end |
#servers_mappedto_tags ⇒ ::Integer
Returns the value of attribute servers_mappedto_tags.
397 398 399 |
# File 'sig/types.rbs', line 397 def @servers_mappedto_tags end |