Class: Aws::Types::MatchingRuleStatement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#constraint::String

Returns the value of attribute constraint.

Returns:

  • (::String)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def constraint
  @constraint
end

#key_to_match::String

Returns the value of attribute key_to_match.

Returns:

  • (::String)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def key_to_match
  @key_to_match
end

#value_to_match::Array[::String]

Returns the value of attribute value_to_match.

Returns:

  • (::Array[::String])


1101
1102
1103
# File 'sig/types.rbs', line 1101

def value_to_match
  @value_to_match
end