Class: Aws::Types::NewGatingRule

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#control_panel_arn ⇒ ::String

Returns the value of attribute control_panel_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


313
314
315
# File 'sig/types.rbs', line 313

def gating_controls
  @gating_controls
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def name
  @name
end

#rule_config ⇒ Types::RuleConfig

Returns the value of attribute rule_config.

Returns:



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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


317
318
319
# File 'sig/types.rbs', line 317

def wait_period_ms
  @wait_period_ms
end