Class: Aws::Types::GrpcRouteMetadataMatchMethod

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

Defined Under Namespace

Classes: Exact, Prefix, Range, Regex, Suffix, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exact::String

Returns the value of attribute exact.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def exact
  @exact
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def prefix
  @prefix
end

#rangeTypes::MatchRange

Returns the value of attribute range.

Returns:



545
546
547
# File 'sig/types.rbs', line 545

def range
  @range
end

#regex::String

Returns the value of attribute regex.

Returns:

  • (::String)


546
547
548
# File 'sig/types.rbs', line 546

def regex
  @regex
end

#suffix::String

Returns the value of attribute suffix.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def suffix
  @suffix
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


548
549
550
# File 'sig/types.rbs', line 548

def unknown
  @unknown
end