Method: Aws::MigrationHubStrategyRecommendations::Types::DataCollectionDetails#status
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
#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 |