Class: Aws::Types::GrpcMetadataMatchMethod
- Inherits:
-
Object
- Object
- Aws::Types::GrpcMetadataMatchMethod
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Exact, Prefix, Range, Regex, Suffix, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exact ⇒ ::String
Returns the value of attribute exact.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#range ⇒ Types::MatchRange
Returns the value of attribute range.
-
#regex ⇒ ::String
Returns the value of attribute regex.
-
#suffix ⇒ ::String
Returns the value of attribute suffix.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#exact ⇒ ::String
Returns the value of attribute exact.
483 484 485 |
# File 'sig/types.rbs', line 483 def exact @exact end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
484 485 486 |
# File 'sig/types.rbs', line 484 def prefix @prefix end |
#range ⇒ Types::MatchRange
Returns the value of attribute range.
485 486 487 |
# File 'sig/types.rbs', line 485 def range @range end |
#regex ⇒ ::String
Returns the value of attribute regex.
486 487 488 |
# File 'sig/types.rbs', line 486 def regex @regex end |
#suffix ⇒ ::String
Returns the value of attribute suffix.
487 488 489 |
# File 'sig/types.rbs', line 487 def suffix @suffix end |
#unknown ⇒ Object
Returns the value of attribute unknown.
488 489 490 |
# File 'sig/types.rbs', line 488 def unknown @unknown end |