Class: Aws::Types::AnalysisResult
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_detail ⇒ ::String
Returns the value of attribute analysis_detail.
-
#identified_rule_ids ⇒ ::Array[::String]
Returns the value of attribute identified_rule_ids.
-
#identified_type ⇒ "STATELESS_RULE_FORWARDING_ASYMMETRICALLY", "STATELESS_RULE_CONTAINS_TCP_FLAGS"
Returns the value of attribute identified_type.
Instance Attribute Details
#analysis_detail ⇒ ::String
Returns the value of attribute analysis_detail.
48 49 50 |
# File 'sig/types.rbs', line 48 def analysis_detail @analysis_detail end |
#identified_rule_ids ⇒ ::Array[::String]
Returns the value of attribute identified_rule_ids.
46 47 48 |
# File 'sig/types.rbs', line 46 def identified_rule_ids @identified_rule_ids end |
#identified_type ⇒ "STATELESS_RULE_FORWARDING_ASYMMETRICALLY", "STATELESS_RULE_CONTAINS_TCP_FLAGS"
Returns the value of attribute identified_type.
47 48 49 |
# File 'sig/types.rbs', line 47 def identified_type @identified_type end |