Class: Aws::Types::PathMatchType

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

Defined Under Namespace

Classes: Exact, Prefix, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exact::String

Returns the value of attribute exact.

Returns:

  • (::String)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def exact
  @exact
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def prefix
  @prefix
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def unknown
  @unknown
end