Class: Aws::Types::ApplyArchiveRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::ApplyArchiveRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ ::String
Returns the value of attribute analyzer_arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
Instance Attribute Details
#analyzer_arn ⇒ ::String
Returns the value of attribute analyzer_arn.
143 144 145 |
# File 'sig/types.rbs', line 143 def analyzer_arn @analyzer_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
145 146 147 |
# File 'sig/types.rbs', line 145 def client_token @client_token end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
144 145 146 |
# File 'sig/types.rbs', line 144 def rule_name @rule_name end |