Class: Aws::Types::CreateRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRuleResponse
- 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.
-
#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.
178 179 180 |
# File 'sig/types.rbs', line 178 def action @action end |
#arn ⇒ ::String
Returns the value of attribute arn.
173 174 175 |
# File 'sig/types.rbs', line 173 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
174 175 176 |
# File 'sig/types.rbs', line 174 def id @id end |
#match ⇒ Types::RuleMatch
Returns the value of attribute match.
176 177 178 |
# File 'sig/types.rbs', line 176 def match @match end |
#name ⇒ ::String
Returns the value of attribute name.
175 176 177 |
# File 'sig/types.rbs', line 175 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
177 178 179 |
# File 'sig/types.rbs', line 177 def priority @priority end |