Class: Aws::Types::GrpcRouteMetadataMatchMethod
- Inherits:
-
Object
- Object
- Aws::Types::GrpcRouteMetadataMatchMethod
- 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.
543 544 545 |
# File 'sig/types.rbs', line 543 def exact @exact end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
544 545 546 |
# File 'sig/types.rbs', line 544 def prefix @prefix end |
#range ⇒ Types::MatchRange
Returns the value of attribute range.
545 546 547 |
# File 'sig/types.rbs', line 545 def range @range end |
#regex ⇒ ::String
Returns the value of attribute regex.
546 547 548 |
# File 'sig/types.rbs', line 546 def regex @regex end |
#suffix ⇒ ::String
Returns the value of attribute suffix.
547 548 549 |
# File 'sig/types.rbs', line 547 def suffix @suffix end |
#unknown ⇒ Object
Returns the value of attribute unknown.
548 549 550 |
# File 'sig/types.rbs', line 548 def unknown @unknown end |