Class: Aws::Types::CreateRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRuleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#rule ⇒ Types::Rule
Returns the value of attribute rule.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
148 149 150 |
# File 'sig/types.rbs', line 148 def change_token @change_token end |
#rule ⇒ Types::Rule
Returns the value of attribute rule.
147 148 149 |
# File 'sig/types.rbs', line 147 def rule @rule end |