Class: Aws::Types::SuppressionPeriod

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#suppression_unit"SECONDS", ...

Returns the value of attribute suppression_unit.

Returns:

  • ("SECONDS", "MINUTES", "HOURS")


2219
2220
2221
# File 'sig/types.rbs', line 2219

def suppression_unit
  @suppression_unit
end

#value::Integer

Returns the value of attribute value.

Returns:

  • (::Integer)


2218
2219
2220
# File 'sig/types.rbs', line 2218

def value
  @value
end