Class: Aws::MigrationHubStrategyRecommendations::Types::Collector
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::Collector
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Process data collector that runs in the environment that you specify.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collector_health ⇒ String
Indicates the health of a collector.
-
#collector_id ⇒ String
The ID of the collector.
-
#collector_version ⇒ String
Current version of the collector that is running in the environment that you specify.
-
#configuration_summary ⇒ Types::ConfigurationSummary
Summary of the collector configuration.
-
#host_name ⇒ String
Hostname of the server that is hosting the collector.
-
#ip_address ⇒ String
IP address of the server that is hosting the collector.
-
#last_activity_time_stamp ⇒ String
Time when the collector last pinged the service.
-
#registered_time_stamp ⇒ String
Time when the collector registered with the service.
Instance Attribute Details
#collector_health ⇒ String
Indicates the health of a collector.
580 581 582 583 584 585 586 587 588 589 590 591 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 580 class Collector < Struct.new( :collector_health, :collector_id, :collector_version, :configuration_summary, :host_name, :ip_address, :last_activity_time_stamp, :registered_time_stamp) SENSITIVE = [] include Aws::Structure end |
#collector_id ⇒ String
The ID of the collector.
580 581 582 583 584 585 586 587 588 589 590 591 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 580 class Collector < Struct.new( :collector_health, :collector_id, :collector_version, :configuration_summary, :host_name, :ip_address, :last_activity_time_stamp, :registered_time_stamp) SENSITIVE = [] include Aws::Structure end |
#collector_version ⇒ String
Current version of the collector that is running in the environment that you specify.
580 581 582 583 584 585 586 587 588 589 590 591 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 580 class Collector < Struct.new( :collector_health, :collector_id, :collector_version, :configuration_summary, :host_name, :ip_address, :last_activity_time_stamp, :registered_time_stamp) SENSITIVE = [] include Aws::Structure end |
#configuration_summary ⇒ Types::ConfigurationSummary
Summary of the collector configuration.
580 581 582 583 584 585 586 587 588 589 590 591 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 580 class Collector < Struct.new( :collector_health, :collector_id, :collector_version, :configuration_summary, :host_name, :ip_address, :last_activity_time_stamp, :registered_time_stamp) SENSITIVE = [] include Aws::Structure end |
#host_name ⇒ String
Hostname of the server that is hosting the collector.
580 581 582 583 584 585 586 587 588 589 590 591 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 580 class Collector < Struct.new( :collector_health, :collector_id, :collector_version, :configuration_summary, :host_name, :ip_address, :last_activity_time_stamp, :registered_time_stamp) SENSITIVE = [] include Aws::Structure end |
#ip_address ⇒ String
IP address of the server that is hosting the collector.
580 581 582 583 584 585 586 587 588 589 590 591 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 580 class Collector < Struct.new( :collector_health, :collector_id, :collector_version, :configuration_summary, :host_name, :ip_address, :last_activity_time_stamp, :registered_time_stamp) SENSITIVE = [] include Aws::Structure end |
#last_activity_time_stamp ⇒ String
Time when the collector last pinged the service.
580 581 582 583 584 585 586 587 588 589 590 591 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 580 class Collector < Struct.new( :collector_health, :collector_id, :collector_version, :configuration_summary, :host_name, :ip_address, :last_activity_time_stamp, :registered_time_stamp) SENSITIVE = [] include Aws::Structure end |
#registered_time_stamp ⇒ String
Time when the collector registered with the service.
580 581 582 583 584 585 586 587 588 589 590 591 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 580 class Collector < Struct.new( :collector_health, :collector_id, :collector_version, :configuration_summary, :host_name, :ip_address, :last_activity_time_stamp, :registered_time_stamp) SENSITIVE = [] include Aws::Structure end |