Class: Aws::Types::CreateArchiveRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateArchiveRuleRequest
- 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.
-
#filter ⇒ ::Hash[::String, Types::Criterion]
Returns the value of attribute filter.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
Instance Attribute Details
#analyzer_name ⇒ ::String
Returns the value of attribute analyzer_name.
306 307 308 |
# File 'sig/types.rbs', line 306 def analyzer_name @analyzer_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
309 310 311 |
# File 'sig/types.rbs', line 309 def client_token @client_token end |
#filter ⇒ ::Hash[::String, Types::Criterion]
Returns the value of attribute filter.
308 309 310 |
# File 'sig/types.rbs', line 308 def filter @filter end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
307 308 309 |
# File 'sig/types.rbs', line 307 def rule_name @rule_name end |