Class: Aws::Types::DeleteArchiveRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteArchiveRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzer_name ⇒ ::String
Returns the value of attribute analyzer_name.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
Instance Attribute Details
#analyzer_name ⇒ ::String
Returns the value of attribute analyzer_name.
341 342 343 |
# File 'sig/types.rbs', line 341 def analyzer_name @analyzer_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
343 344 345 |
# File 'sig/types.rbs', line 343 def client_token @client_token end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
342 343 344 |
# File 'sig/types.rbs', line 342 def rule_name @rule_name end |