Class: Aws::Types::NewAssertionRule
- Inherits:
-
Object
- Object
- Aws::Types::NewAssertionRule
- 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.
-
#rule_config ⇒ Types::RuleConfig
Returns the value of attribute rule_config.
-
#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.
303 304 305 |
# File 'sig/types.rbs', line 303 def asserted_controls @asserted_controls end |
#control_panel_arn ⇒ ::String
Returns the value of attribute control_panel_arn.
304 305 306 |
# File 'sig/types.rbs', line 304 def control_panel_arn @control_panel_arn end |
#name ⇒ ::String
Returns the value of attribute name.
305 306 307 |
# File 'sig/types.rbs', line 305 def name @name end |
#rule_config ⇒ Types::RuleConfig
Returns the value of attribute rule_config.
306 307 308 |
# File 'sig/types.rbs', line 306 def rule_config @rule_config end |
#wait_period_ms ⇒ ::Integer
Returns the value of attribute wait_period_ms.
307 308 309 |
# File 'sig/types.rbs', line 307 def wait_period_ms @wait_period_ms end |