Class: Aws::Types::ScriptRuleStatement
- Inherits:
-
Object
- Object
- Aws::Types::ScriptRuleStatement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_to_match ⇒ ::String
Returns the value of attribute key_to_match.
-
#script ⇒ ::String
Returns the value of attribute script.
Instance Attribute Details
#key_to_match ⇒ ::String
Returns the value of attribute key_to_match.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def key_to_match @key_to_match end |
#script ⇒ ::String
Returns the value of attribute script.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def script @script end |