Class: Aws::Types::GetRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRuleResponse
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#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.
651 652 653 |
# File 'sig/types.rbs', line 651 def action @action end |
#arn ⇒ ::String
Returns the value of attribute arn.
645 646 647 |
# File 'sig/types.rbs', line 645 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
652 653 654 |
# File 'sig/types.rbs', line 652 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
646 647 648 |
# File 'sig/types.rbs', line 646 def id @id end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
648 649 650 |
# File 'sig/types.rbs', line 648 def is_default @is_default end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
653 654 655 |
# File 'sig/types.rbs', line 653 def last_updated_at @last_updated_at end |
#match ⇒ Types::RuleMatch
Returns the value of attribute match.
649 650 651 |
# File 'sig/types.rbs', line 649 def match @match end |
#name ⇒ ::String
Returns the value of attribute name.
647 648 649 |
# File 'sig/types.rbs', line 647 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
650 651 652 |
# File 'sig/types.rbs', line 650 def priority @priority end |