Class: Aws::ApplicationDiscoveryService::Types::CustomerMeCollectorInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::CustomerMeCollectorInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Overview
The inventory data for installed Migration Evaluator collectors.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_me_collectors ⇒ Integer
The number of active Migration Evaluator collectors.
-
#deny_listed_me_collectors ⇒ Integer
The number of deny-listed Migration Evaluator collectors.
-
#healthy_me_collectors ⇒ Integer
The number of healthy Migration Evaluator collectors.
-
#shutdown_me_collectors ⇒ Integer
The number of Migration Evaluator collectors with ‘SHUTDOWN` status.
-
#total_me_collectors ⇒ Integer
The total number of Migration Evaluator collectors.
-
#unhealthy_me_collectors ⇒ Integer
The number of unhealthy Migration Evaluator collectors.
-
#unknown_me_collectors ⇒ Integer
The number of unknown Migration Evaluator collectors.
Instance Attribute Details
#active_me_collectors ⇒ Integer
The number of active Migration Evaluator collectors.
717 718 719 720 721 722 723 724 725 726 727 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 717 class CustomerMeCollectorInfo < Struct.new( :active_me_collectors, :healthy_me_collectors, :deny_listed_me_collectors, :shutdown_me_collectors, :unhealthy_me_collectors, :total_me_collectors, :unknown_me_collectors) SENSITIVE = [] include Aws::Structure end |
#deny_listed_me_collectors ⇒ Integer
The number of deny-listed Migration Evaluator collectors.
717 718 719 720 721 722 723 724 725 726 727 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 717 class CustomerMeCollectorInfo < Struct.new( :active_me_collectors, :healthy_me_collectors, :deny_listed_me_collectors, :shutdown_me_collectors, :unhealthy_me_collectors, :total_me_collectors, :unknown_me_collectors) SENSITIVE = [] include Aws::Structure end |
#healthy_me_collectors ⇒ Integer
The number of healthy Migration Evaluator collectors.
717 718 719 720 721 722 723 724 725 726 727 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 717 class CustomerMeCollectorInfo < Struct.new( :active_me_collectors, :healthy_me_collectors, :deny_listed_me_collectors, :shutdown_me_collectors, :unhealthy_me_collectors, :total_me_collectors, :unknown_me_collectors) SENSITIVE = [] include Aws::Structure end |
#shutdown_me_collectors ⇒ Integer
The number of Migration Evaluator collectors with ‘SHUTDOWN` status.
717 718 719 720 721 722 723 724 725 726 727 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 717 class CustomerMeCollectorInfo < Struct.new( :active_me_collectors, :healthy_me_collectors, :deny_listed_me_collectors, :shutdown_me_collectors, :unhealthy_me_collectors, :total_me_collectors, :unknown_me_collectors) SENSITIVE = [] include Aws::Structure end |
#total_me_collectors ⇒ Integer
The total number of Migration Evaluator collectors.
717 718 719 720 721 722 723 724 725 726 727 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 717 class CustomerMeCollectorInfo < Struct.new( :active_me_collectors, :healthy_me_collectors, :deny_listed_me_collectors, :shutdown_me_collectors, :unhealthy_me_collectors, :total_me_collectors, :unknown_me_collectors) SENSITIVE = [] include Aws::Structure end |
#unhealthy_me_collectors ⇒ Integer
The number of unhealthy Migration Evaluator collectors.
717 718 719 720 721 722 723 724 725 726 727 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 717 class CustomerMeCollectorInfo < Struct.new( :active_me_collectors, :healthy_me_collectors, :deny_listed_me_collectors, :shutdown_me_collectors, :unhealthy_me_collectors, :total_me_collectors, :unknown_me_collectors) SENSITIVE = [] include Aws::Structure end |
#unknown_me_collectors ⇒ Integer
The number of unknown Migration Evaluator collectors.
717 718 719 720 721 722 723 724 725 726 727 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 717 class CustomerMeCollectorInfo < Struct.new( :active_me_collectors, :healthy_me_collectors, :deny_listed_me_collectors, :shutdown_me_collectors, :unhealthy_me_collectors, :total_me_collectors, :unknown_me_collectors) SENSITIVE = [] include Aws::Structure end |