Class: Aws::Types::UpdateRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRuleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::RuleAction
Returns the value of attribute action.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#match ⇒ Types::RuleMatch
Returns the value of attribute match.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
Instance Attribute Details
#action ⇒ Types::RuleAction
Returns the value of attribute action.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def action @action end |
#arn ⇒ ::String
Returns the value of attribute arn.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def id @id end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def is_default @is_default end |
#match ⇒ Types::RuleMatch
Returns the value of attribute match.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def match @match end |
#name ⇒ ::String
Returns the value of attribute name.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def priority @priority end |