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.



12305
12306
12307
12308
12309
12310
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12305

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

#statusString

The status of the LSA analysis, for example COMPLETED.



12305
12306
12307
12308
12309
12310
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12305

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