Class: Aws::Types::CreateSafetyRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSafetyRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assertion_rule ⇒ Types::NewAssertionRule
Returns the value of attribute assertion_rule.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#gating_rule ⇒ Types::NewGatingRule
Returns the value of attribute gating_rule.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#assertion_rule ⇒ Types::NewAssertionRule
Returns the value of attribute assertion_rule.
107 108 109 |
# File 'sig/types.rbs', line 107 def assertion_rule @assertion_rule end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
108 109 110 |
# File 'sig/types.rbs', line 108 def client_token @client_token end |
#gating_rule ⇒ Types::NewGatingRule
Returns the value of attribute gating_rule.
109 110 111 |
# File 'sig/types.rbs', line 109 def gating_rule @gating_rule end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
110 111 112 |
# File 'sig/types.rbs', line 110 def end |