Class: Aws::Types::AcceptRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#rule"ALL", "NONE"

Returns the value of attribute rule.

Returns:

  • ("ALL", "NONE")


36
37
38
# File 'sig/types.rbs', line 36

def rule
  @rule
end

#threshold::Float

Returns the value of attribute threshold.

Returns:

  • (::Float)


37
38
39
# File 'sig/types.rbs', line 37

def threshold
  @threshold
end