Class: Aws::Types::AssertionRuleUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def name
  @name
end

#safety_rule_arn ⇒ ::String

Returns the value of attribute safety_rule_arn.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def safety_rule_arn
  @safety_rule_arn
end

#wait_period_ms ⇒ ::Integer

Returns the value of attribute wait_period_ms.

Returns:

  • (::Integer)


31
32
33
# File 'sig/types.rbs', line 31

def wait_period_ms
  @wait_period_ms
end