Class: Aws::ApplicationDiscoveryService::Types::GetDiscoverySummaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::GetDiscoverySummaryResponse
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_summary ⇒ Types::CustomerAgentInfo
Details about discovered agents, including agent status and health.
-
#agentless_collector_summary ⇒ Types::CustomerAgentlessCollectorInfo
Details about Agentless Collector collectors, including status.
-
#applications ⇒ Integer
The number of applications discovered.
-
#connector_summary ⇒ Types::CustomerConnectorInfo
Details about discovered connectors, including connector status and health.
-
#me_collector_summary ⇒ Types::CustomerMeCollectorInfo
Details about Migration Evaluator collectors, including collector status and health.
-
#servers ⇒ Integer
The number of servers discovered.
-
#servers_mapped_to_applications ⇒ Integer
The number of servers mapped to applications.
-
#servers_mappedto_tags ⇒ Integer
The number of servers mapped to tags.
Instance Attribute Details
#agent_summary ⇒ Types::CustomerAgentInfo
Details about discovered agents, including agent status and health.
1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1414 class GetDiscoverySummaryResponse < Struct.new( :servers, :applications, :servers_mapped_to_applications, :servers_mappedto_tags, :agent_summary, :connector_summary, :me_collector_summary, :agentless_collector_summary) SENSITIVE = [] include Aws::Structure end |
#agentless_collector_summary ⇒ Types::CustomerAgentlessCollectorInfo
Details about Agentless Collector collectors, including status.
1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1414 class GetDiscoverySummaryResponse < Struct.new( :servers, :applications, :servers_mapped_to_applications, :servers_mappedto_tags, :agent_summary, :connector_summary, :me_collector_summary, :agentless_collector_summary) SENSITIVE = [] include Aws::Structure end |
#applications ⇒ Integer
The number of applications discovered.
1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1414 class GetDiscoverySummaryResponse < Struct.new( :servers, :applications, :servers_mapped_to_applications, :servers_mappedto_tags, :agent_summary, :connector_summary, :me_collector_summary, :agentless_collector_summary) SENSITIVE = [] include Aws::Structure end |
#connector_summary ⇒ Types::CustomerConnectorInfo
Details about discovered connectors, including connector status and health.
1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1414 class GetDiscoverySummaryResponse < Struct.new( :servers, :applications, :servers_mapped_to_applications, :servers_mappedto_tags, :agent_summary, :connector_summary, :me_collector_summary, :agentless_collector_summary) SENSITIVE = [] include Aws::Structure end |
#me_collector_summary ⇒ Types::CustomerMeCollectorInfo
Details about Migration Evaluator collectors, including collector status and health.
1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1414 class GetDiscoverySummaryResponse < Struct.new( :servers, :applications, :servers_mapped_to_applications, :servers_mappedto_tags, :agent_summary, :connector_summary, :me_collector_summary, :agentless_collector_summary) SENSITIVE = [] include Aws::Structure end |
#servers ⇒ Integer
The number of servers discovered.
1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1414 class GetDiscoverySummaryResponse < Struct.new( :servers, :applications, :servers_mapped_to_applications, :servers_mappedto_tags, :agent_summary, :connector_summary, :me_collector_summary, :agentless_collector_summary) SENSITIVE = [] include Aws::Structure end |
#servers_mapped_to_applications ⇒ Integer
The number of servers mapped to applications.
1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1414 class GetDiscoverySummaryResponse < Struct.new( :servers, :applications, :servers_mapped_to_applications, :servers_mappedto_tags, :agent_summary, :connector_summary, :me_collector_summary, :agentless_collector_summary) SENSITIVE = [] include Aws::Structure end |
#servers_mappedto_tags ⇒ Integer
The number of servers mapped to tags.
1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1414 class GetDiscoverySummaryResponse < Struct.new( :servers, :applications, :servers_mapped_to_applications, :servers_mappedto_tags, :agent_summary, :connector_summary, :me_collector_summary, :agentless_collector_summary) SENSITIVE = [] include Aws::Structure end |