Class: Aws::Types::NewGatingRule
- Inherits:
-
Object
- Object
- Aws::Types::NewGatingRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_panel_arn ⇒ ::String
Returns the value of attribute control_panel_arn.
-
#gating_controls ⇒ ::Array[::String]
Returns the value of attribute gating_controls.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rule_config ⇒ Types::RuleConfig
Returns the value of attribute rule_config.
-
#target_controls ⇒ ::Array[::String]
Returns the value of attribute target_controls.
-
#wait_period_ms ⇒ ::Integer
Returns the value of attribute wait_period_ms.
Instance Attribute Details
#control_panel_arn ⇒ ::String
Returns the value of attribute control_panel_arn.
312 313 314 |
# File 'sig/types.rbs', line 312 def control_panel_arn @control_panel_arn end |
#gating_controls ⇒ ::Array[::String]
Returns the value of attribute gating_controls.
313 314 315 |
# File 'sig/types.rbs', line 313 def gating_controls @gating_controls end |
#name ⇒ ::String
Returns the value of attribute name.
314 315 316 |
# File 'sig/types.rbs', line 314 def name @name end |
#rule_config ⇒ Types::RuleConfig
Returns the value of attribute rule_config.
315 316 317 |
# File 'sig/types.rbs', line 315 def rule_config @rule_config end |
#target_controls ⇒ ::Array[::String]
Returns the value of attribute target_controls.
316 317 318 |
# File 'sig/types.rbs', line 316 def target_controls @target_controls end |
#wait_period_ms ⇒ ::Integer
Returns the value of attribute wait_period_ms.
317 318 319 |
# File 'sig/types.rbs', line 317 def wait_period_ms @wait_period_ms end |