Class: Aws::DatabaseMigrationService::Types::RunFleetAdvisorLsaAnalysisResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lsa_analysis_idString

The ID of the LSA analysis run.

Returns:

  • (String)


11493
11494
11495
11496
11497
11498
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11493

class RunFleetAdvisorLsaAnalysisResponse < Struct.new(
  :lsa_analysis_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the LSA analysis, for example ‘COMPLETED`.

Returns:

  • (String)


11493
11494
11495
11496
11497
11498
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11493

class RunFleetAdvisorLsaAnalysisResponse < Struct.new(
  :lsa_analysis_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end