Class: Aws::Types::FleetAdvisorLsaAnalysisResponse
- Inherits:
-
Object
- Object
- Aws::Types::FleetAdvisorLsaAnalysisResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lsa_analysis_id ⇒ ::String
Returns the value of attribute lsa_analysis_id.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#lsa_analysis_id ⇒ ::String
Returns the value of attribute lsa_analysis_id.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def lsa_analysis_id @lsa_analysis_id end |
#status ⇒ ::String
Returns the value of attribute status.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def status @status end |