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.
157 158 159 |
# File 'sig/types.rbs', line 157 def change_token @change_token end |
#rule ⇒ Types::Rule
Returns the value of attribute rule.
156 157 158 |
# File 'sig/types.rbs', line 156 def rule @rule end |