Class: Aws::MigrationHubStrategyRecommendations::Types::DataCollectionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::DataCollectionDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Detailed information about an assessment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_time ⇒ Time
The time the assessment completes.
-
#failed ⇒ Integer
The number of failed servers in the assessment.
-
#in_progress ⇒ Integer
The number of servers with the assessment status ‘IN_PROGESS`.
-
#servers ⇒ Integer
The total number of servers in the assessment.
-
#start_time ⇒ Time
The start time of assessment.
-
#status ⇒ String
The status of the assessment.
-
#status_message ⇒ String
The status message of the assessment.
-
#success ⇒ Integer
The number of successful servers in the assessment.
Instance Attribute Details
#completion_time ⇒ Time
The time the assessment completes.
677 678 679 680 681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 677 class DataCollectionDetails < Struct.new( :completion_time, :failed, :in_progress, :servers, :start_time, :status, :status_message, :success) SENSITIVE = [] include Aws::Structure end |
#failed ⇒ Integer
The number of failed servers in the assessment.
677 678 679 680 681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 677 class DataCollectionDetails < Struct.new( :completion_time, :failed, :in_progress, :servers, :start_time, :status, :status_message, :success) SENSITIVE = [] include Aws::Structure end |
#in_progress ⇒ Integer
The number of servers with the assessment status ‘IN_PROGESS`.
677 678 679 680 681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 677 class DataCollectionDetails < Struct.new( :completion_time, :failed, :in_progress, :servers, :start_time, :status, :status_message, :success) SENSITIVE = [] include Aws::Structure end |
#servers ⇒ Integer
The total number of servers in the assessment.
677 678 679 680 681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 677 class DataCollectionDetails < Struct.new( :completion_time, :failed, :in_progress, :servers, :start_time, :status, :status_message, :success) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time of assessment.
677 678 679 680 681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 677 class DataCollectionDetails < Struct.new( :completion_time, :failed, :in_progress, :servers, :start_time, :status, :status_message, :success) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the assessment.
677 678 679 680 681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 677 class DataCollectionDetails < Struct.new( :completion_time, :failed, :in_progress, :servers, :start_time, :status, :status_message, :success) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message of the assessment.
677 678 679 680 681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 677 class DataCollectionDetails < Struct.new( :completion_time, :failed, :in_progress, :servers, :start_time, :status, :status_message, :success) SENSITIVE = [] include Aws::Structure end |
#success ⇒ Integer
The number of successful servers in the assessment.
677 678 679 680 681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 677 class DataCollectionDetails < Struct.new( :completion_time, :failed, :in_progress, :servers, :start_time, :status, :status_message, :success) SENSITIVE = [] include Aws::Structure end |