Class: Aws::Types::Rule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


1427
1428
1429
# File 'sig/types.rbs', line 1427

def parameters
  @parameters
end

#type"BINARY_LENGTH", ...

Returns the value of attribute type.

Returns:

  • ("BINARY_LENGTH", "NUMBER_COMPARISON", "STRING_FROM_SET", "STRING_LENGTH")


1426
1427
1428
# File 'sig/types.rbs', line 1426

def type
  @type
end