Class: Aws::Types::NewAssertionRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asserted_controls ⇒ ::Array[::String]

Returns the value of attribute asserted_controls.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def name
  @name
end

#rule_config ⇒ Types::RuleConfig

Returns the value of attribute rule_config.

Returns:



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.

Returns:

  • (::Integer)


307
308
309
# File 'sig/types.rbs', line 307

def wait_period_ms
  @wait_period_ms
end