Class: Aws::Types::AssertionRule

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])


17
18
19
# File 'sig/types.rbs', line 17

def asserted_controls
  @asserted_controls
end

#control_panel_arn ⇒ ::String

Returns the value of attribute control_panel_arn.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def control_panel_arn
  @control_panel_arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def name
  @name
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def owner
  @owner
end

#rule_config ⇒ Types::RuleConfig

Returns the value of attribute rule_config.

Returns:



20
21
22
# File 'sig/types.rbs', line 20

def rule_config
  @rule_config
end

#safety_rule_arn ⇒ ::String

Returns the value of attribute safety_rule_arn.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def safety_rule_arn
  @safety_rule_arn
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "DEPLOYED", "PENDING_DELETION")


22
23
24
# File 'sig/types.rbs', line 22

def status
  @status
end

#wait_period_ms ⇒ ::Integer

Returns the value of attribute wait_period_ms.

Returns:

  • (::Integer)


23
24
25
# File 'sig/types.rbs', line 23

def wait_period_ms
  @wait_period_ms
end