Class: Aws::Types::PathMatch

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#case_sensitiveBoolean

Returns the value of attribute case_sensitive.

Returns:

  • (Boolean)


1086
1087
1088
# File 'sig/types.rbs', line 1086

def case_sensitive
  @case_sensitive
end

#matchTypes::PathMatchType

Returns the value of attribute match.



1085
1086
1087
# File 'sig/types.rbs', line 1085

def match
  @match
end