Class: Aws::Types::AssertionRule
- Inherits:
-
Object
- Object
- Aws::Types::AssertionRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asserted_controls ⇒ ::Array[::String]
Returns the value of attribute asserted_controls.
-
#control_panel_arn ⇒ ::String
Returns the value of attribute control_panel_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#rule_config ⇒ Types::RuleConfig
Returns the value of attribute rule_config.
-
#safety_rule_arn ⇒ ::String
Returns the value of attribute safety_rule_arn.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#wait_period_ms ⇒ ::Integer
Returns the value of attribute wait_period_ms.
Instance Attribute Details
#asserted_controls ⇒ ::Array[::String]
Returns the value of attribute asserted_controls.
17 18 19 |
# File 'sig/types.rbs', line 17 def asserted_controls @asserted_controls end |
#control_panel_arn ⇒ ::String
Returns the value of attribute control_panel_arn.
18 19 20 |
# File 'sig/types.rbs', line 18 def control_panel_arn @control_panel_arn end |
#name ⇒ ::String
Returns the value of attribute name.
19 20 21 |
# File 'sig/types.rbs', line 19 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
24 25 26 |
# File 'sig/types.rbs', line 24 def owner @owner end |
#rule_config ⇒ Types::RuleConfig
Returns the value of attribute rule_config.
20 21 22 |
# File 'sig/types.rbs', line 20 def rule_config @rule_config end |
#safety_rule_arn ⇒ ::String
Returns the value of attribute safety_rule_arn.
21 22 23 |
# File 'sig/types.rbs', line 21 def safety_rule_arn @safety_rule_arn end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
22 23 24 |
# File 'sig/types.rbs', line 22 def status @status end |
#wait_period_ms ⇒ ::Integer
Returns the value of attribute wait_period_ms.
23 24 25 |
# File 'sig/types.rbs', line 23 def wait_period_ms @wait_period_ms end |