Class: Aws::ApplicationDiscoveryService::Types::CustomerMeCollectorInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb

Overview

The inventory data for installed Migration Evaluator collectors.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_me_collectorsInteger

The number of active Migration Evaluator collectors.

Returns:

  • (Integer)


713
714
715
716
717
718
719
720
721
722
723
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 713

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_collectorsInteger

The number of deny-listed Migration Evaluator collectors.

Returns:

  • (Integer)


713
714
715
716
717
718
719
720
721
722
723
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 713

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_collectorsInteger

The number of healthy Migration Evaluator collectors.

Returns:

  • (Integer)


713
714
715
716
717
718
719
720
721
722
723
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 713

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_collectorsInteger

The number of Migration Evaluator collectors with SHUTDOWN status.

Returns:

  • (Integer)


713
714
715
716
717
718
719
720
721
722
723
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 713

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_collectorsInteger

The total number of Migration Evaluator collectors.

Returns:

  • (Integer)


713
714
715
716
717
718
719
720
721
722
723
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 713

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_collectorsInteger

The number of unhealthy Migration Evaluator collectors.

Returns:

  • (Integer)


713
714
715
716
717
718
719
720
721
722
723
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 713

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_collectorsInteger

The number of unknown Migration Evaluator collectors.

Returns:

  • (Integer)


713
714
715
716
717
718
719
720
721
722
723
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 713

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