Class: Aws::Types::RuleUpdateSuccess
- Inherits:
-
Object
- Object
- Aws::Types::RuleUpdateSuccess
- 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.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def action @action end |
#arn ⇒ ::String
Returns the value of attribute arn.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def id @id end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def is_default @is_default end |
#match ⇒ Types::RuleMatch
Returns the value of attribute match.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def match @match end |
#name ⇒ ::String
Returns the value of attribute name.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def priority @priority end |