Class: Aws::Types::GatingRuleUpdate

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)


207
208
209
# File 'sig/types.rbs', line 207

def name
  @name
end

#safety_rule_arn ⇒ ::String

Returns the value of attribute safety_rule_arn.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def safety_rule_arn
  @safety_rule_arn
end

#wait_period_ms ⇒ ::Integer

Returns the value of attribute wait_period_ms.

Returns:

  • (::Integer)


209
210
211
# File 'sig/types.rbs', line 209

def wait_period_ms
  @wait_period_ms
end