Class: Aws::MigrationHubStrategyRecommendations::Types::DataCollectionDetails

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

Overview

Detailed information about an assessment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completion_timeTime

The time the assessment completes.

Returns:

  • (Time)


677
678
679
680
681
682
683
684
685
686
687
688
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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

#failedInteger

The number of failed servers in the assessment.

Returns:

  • (Integer)


677
678
679
680
681
682
683
684
685
686
687
688
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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_progressInteger

The number of servers with the assessment status IN_PROGESS.

Returns:

  • (Integer)


677
678
679
680
681
682
683
684
685
686
687
688
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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

#serversInteger

The total number of servers in the assessment.

Returns:

  • (Integer)


677
678
679
680
681
682
683
684
685
686
687
688
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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_timeTime

The start time of assessment.

Returns:

  • (Time)


677
678
679
680
681
682
683
684
685
686
687
688
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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

#statusString

The status of the assessment.

Returns:

  • (String)


677
678
679
680
681
682
683
684
685
686
687
688
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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_messageString

The status message of the assessment.

Returns:

  • (String)


677
678
679
680
681
682
683
684
685
686
687
688
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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

#successInteger

The number of successful servers in the assessment.

Returns:

  • (Integer)


677
678
679
680
681
682
683
684
685
686
687
688
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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