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)


12099
12100
12101
12102
12103
12104
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12099

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)


12099
12100
12101
12102
12103
12104
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12099

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