Class: Aws::Types::GrpcMetadataMatchMethod

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:



483
484
485
# File 'sig/types.rbs', line 483

def exact
  @exact
end

#prefix::String

Returns the value of attribute prefix.

Returns:



484
485
486
# File 'sig/types.rbs', line 484

def prefix
  @prefix
end

#rangeTypes::MatchRange

Returns the value of attribute range.

Returns:



485
486
487
# File 'sig/types.rbs', line 485

def range
  @range
end

#regex::String

Returns the value of attribute regex.

Returns:



486
487
488
# File 'sig/types.rbs', line 486

def regex
  @regex
end

#suffix::String

Returns the value of attribute suffix.

Returns:



487
488
489
# File 'sig/types.rbs', line 487

def suffix
  @suffix
end

#unknownObject

Returns the value of attribute unknown.

Returns:



488
489
490
# File 'sig/types.rbs', line 488

def unknown
  @unknown
end