Class: Aws::Types::AnalyzerNameUnion
- Inherits:
-
Object
- Object
- Aws::Types::AnalyzerNameUnion
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: BinaryAnalyzerName, RunTimeAnalyzerName, SourceCodeAnalyzerName, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#binary_analyzer_name ⇒ "DLL_ANALYZER", "BYTECODE_ANALYZER"
Returns the value of attribute binary_analyzer_name.
-
#run_time_analyzer_name ⇒ "A2C_ANALYZER", ...
Returns the value of attribute run_time_analyzer_name.
-
#source_code_analyzer_name ⇒ "CSHARP_ANALYZER", ...
Returns the value of attribute source_code_analyzer_name.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#binary_analyzer_name ⇒ "DLL_ANALYZER", "BYTECODE_ANALYZER"
Returns the value of attribute binary_analyzer_name.
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.
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.
41 42 43 |
# File 'sig/types.rbs', line 41 def source_code_analyzer_name @source_code_analyzer_name end |
#unknown ⇒ Object
Returns the value of attribute unknown.
42 43 44 |
# File 'sig/types.rbs', line 42 def unknown @unknown end |