Class: Aws::Types::AntipatternReportResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_nameTypes::AnalyzerNameUnion

Returns the value of attribute analyzer_name.

Returns:



56
57
58
# File 'sig/types.rbs', line 56

def analyzer_name
  @analyzer_name
end

#anti_pattern_report_s3_objectTypes::S3Object

Returns the value of attribute anti_pattern_report_s3_object.

Returns:



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.

Returns:



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.

Returns:



59
60
61
# File 'sig/types.rbs', line 59

def antipattern_report_status_message
  @antipattern_report_status_message
end