Class: Aws::Types::HttpPathMatch

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exact::String

Returns the value of attribute exact.

Returns:

  • (::String)


654
655
656
# File 'sig/types.rbs', line 654

def exact
  @exact
end

#regex::String

Returns the value of attribute regex.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def regex
  @regex
end