Class: Aws::Types::AntipatternReportResult
- Inherits:
-
Object
- Object
- Aws::Types::AntipatternReportResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzer_name ⇒ Types::AnalyzerNameUnion
Returns the value of attribute analyzer_name.
-
#anti_pattern_report_s3_object ⇒ Types::S3Object
Returns the value of attribute anti_pattern_report_s3_object.
-
#antipattern_report_status ⇒ "FAILED", ...
Returns the value of attribute antipattern_report_status.
-
#antipattern_report_status_message ⇒ ::String
Returns the value of attribute antipattern_report_status_message.
Instance Attribute Details
#analyzer_name ⇒ Types::AnalyzerNameUnion
Returns the value of attribute analyzer_name.
56 57 58 |
# File 'sig/types.rbs', line 56 def analyzer_name @analyzer_name end |
#anti_pattern_report_s3_object ⇒ Types::S3Object
Returns the value of attribute anti_pattern_report_s3_object.
57 58 59 |
# File 'sig/types.rbs', line 57 def anti_pattern_report_s3_object @anti_pattern_report_s3_object end |
#antipattern_report_status ⇒ "FAILED", ...
Returns the value of attribute antipattern_report_status.
58 59 60 |
# File 'sig/types.rbs', line 58 def antipattern_report_status @antipattern_report_status end |
#antipattern_report_status_message ⇒ ::String
Returns the value of attribute antipattern_report_status_message.
59 60 61 |
# File 'sig/types.rbs', line 59 def @antipattern_report_status_message end |