Class: Aws::Types::Result

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_statusTypes::AnalysisStatusUnion

Returns the value of attribute analysis_status.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



560
561
562
# File 'sig/types.rbs', line 560

def status_message
  @status_message
end