Class: Aws::Types::GetArchiveRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetArchiveRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzer_name ⇒ ::String
Returns the value of attribute analyzer_name.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
Instance Attribute Details
#analyzer_name ⇒ ::String
Returns the value of attribute analyzer_name.
569 570 571 |
# File 'sig/types.rbs', line 569 def analyzer_name @analyzer_name end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
570 571 572 |
# File 'sig/types.rbs', line 570 def rule_name @rule_name end |