Class: Aws::DatabaseMigrationService::Types::RunFleetAdvisorLsaAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::RunFleetAdvisorLsaAnalysisResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/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.
12963 12964 12965 12966 12967 12968 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12963 class RunFleetAdvisorLsaAnalysisResponse < Struct.new( :lsa_analysis_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the LSA analysis, for example COMPLETED.
12963 12964 12965 12966 12967 12968 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12963 class RunFleetAdvisorLsaAnalysisResponse < Struct.new( :lsa_analysis_id, :status) SENSITIVE = [] include Aws::Structure end |