Class: Aws::DatabaseMigrationService::Types::RunFleetAdvisorLsaAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::RunFleetAdvisorLsaAnalysisResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lsa_analysis_id ⇒ String
The ID of the LSA analysis run.
-
#status ⇒ String
The status of the LSA analysis, for example ‘COMPLETED`.
Instance Attribute Details
#lsa_analysis_id ⇒ String
The ID of the LSA analysis run.
11962 11963 11964 11965 11966 11967 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11962 class RunFleetAdvisorLsaAnalysisResponse < Struct.new( :lsa_analysis_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the LSA analysis, for example ‘COMPLETED`.
11962 11963 11964 11965 11966 11967 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11962 class RunFleetAdvisorLsaAnalysisResponse < Struct.new( :lsa_analysis_id, :status) SENSITIVE = [] include Aws::Structure end |