Class: Aws::Types::GatingRule
- Inherits:
-
Object
- Object
- Aws::Types::GatingRule
- 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.
-
#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.
-
#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.
194 195 196 |
# File 'sig/types.rbs', line 194 def control_panel_arn @control_panel_arn end |
#gating_controls ⇒ ::Array[::String]
Returns the value of attribute gating_controls.
195 196 197 |
# File 'sig/types.rbs', line 195 def gating_controls @gating_controls end |
#name ⇒ ::String
Returns the value of attribute name.
196 197 198 |
# File 'sig/types.rbs', line 196 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
202 203 204 |
# File 'sig/types.rbs', line 202 def owner @owner end |
#rule_config ⇒ Types::RuleConfig
Returns the value of attribute rule_config.
197 198 199 |
# File 'sig/types.rbs', line 197 def rule_config @rule_config end |
#safety_rule_arn ⇒ ::String
Returns the value of attribute safety_rule_arn.
198 199 200 |
# File 'sig/types.rbs', line 198 def safety_rule_arn @safety_rule_arn end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
199 200 201 |
# File 'sig/types.rbs', line 199 def status @status end |
#target_controls ⇒ ::Array[::String]
Returns the value of attribute target_controls.
200 201 202 |
# File 'sig/types.rbs', line 200 def target_controls @target_controls end |
#wait_period_ms ⇒ ::Integer
Returns the value of attribute wait_period_ms.
201 202 203 |
# File 'sig/types.rbs', line 201 def wait_period_ms @wait_period_ms end |