Class: Aws::Types::AnalyzerNameUnion

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

Defined Under Namespace

Classes: BinaryAnalyzerName, RunTimeAnalyzerName, SourceCodeAnalyzerName, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#binary_analyzer_name"DLL_ANALYZER", "BYTECODE_ANALYZER"

Returns the value of attribute binary_analyzer_name.

Returns:

  • ("DLL_ANALYZER", "BYTECODE_ANALYZER")


39
40
41
# File 'sig/types.rbs', line 39

def binary_analyzer_name
  @binary_analyzer_name
end

#run_time_analyzer_name"A2C_ANALYZER", ...

Returns the value of attribute run_time_analyzer_name.

Returns:

  • ("A2C_ANALYZER", "REHOST_ANALYZER", "EMP_PA_ANALYZER", "DATABASE_ANALYZER", "SCT_ANALYZER")


40
41
42
# File 'sig/types.rbs', line 40

def run_time_analyzer_name
  @run_time_analyzer_name
end

#source_code_analyzer_name"CSHARP_ANALYZER", ...

Returns the value of attribute source_code_analyzer_name.

Returns:

  • ("CSHARP_ANALYZER", "JAVA_ANALYZER", "BYTECODE_ANALYZER", "PORTING_ASSISTANT")


41
42
43
# File 'sig/types.rbs', line 41

def source_code_analyzer_name
  @source_code_analyzer_name
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


42
43
44
# File 'sig/types.rbs', line 42

def unknown
  @unknown
end