Class: Aws::Types::IngressAnalysis
- Inherits:
-
Object
- Object
- Aws::Types::IngressAnalysis
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzer ⇒ ::String
Returns the value of attribute analyzer.
-
#result_field ⇒ ::String
Returns the value of attribute result_field.
Instance Attribute Details
#analyzer ⇒ ::String
Returns the value of attribute analyzer.
649 650 651 |
# File 'sig/types.rbs', line 649 def analyzer @analyzer end |
#result_field ⇒ ::String
Returns the value of attribute result_field.
650 651 652 |
# File 'sig/types.rbs', line 650 def result_field @result_field end |