Class: Aws::Types::Result
- Inherits:
-
Object
- Object
- Aws::Types::Result
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_status ⇒ Types::AnalysisStatusUnion
Returns the value of attribute analysis_status.
-
#analysis_type ⇒ "SOURCE_CODE_ANALYSIS", ...
Returns the value of attribute analysis_type.
-
#antipattern_report_result_list ⇒ ::Array[Types::AntipatternReportResult]
Returns the value of attribute antipattern_report_result_list.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#analysis_status ⇒ Types::AnalysisStatusUnion
Returns the value of attribute analysis_status.
557 558 559 |
# File 'sig/types.rbs', line 557 def analysis_status @analysis_status end |
#analysis_type ⇒ "SOURCE_CODE_ANALYSIS", ...
Returns the value of attribute analysis_type.
558 559 560 |
# File 'sig/types.rbs', line 558 def analysis_type @analysis_type end |
#antipattern_report_result_list ⇒ ::Array[Types::AntipatternReportResult]
Returns the value of attribute antipattern_report_result_list.
559 560 561 |
# File 'sig/types.rbs', line 559 def antipattern_report_result_list @antipattern_report_result_list end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
560 561 562 |
# File 'sig/types.rbs', line 560 def end |