Class: Aws::Types::HttpRouteMatch
- Inherits:
-
Object
- Object
- Aws::Types::HttpRouteMatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#headers ⇒ ::Array[Types::HttpRouteHeader]
Returns the value of attribute headers.
-
#method ⇒ "GET", ...
Returns the value of attribute method.
-
#path ⇒ Types::HttpPathMatch
Returns the value of attribute path.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#query_parameters ⇒ ::Array[Types::HttpQueryParameter]
Returns the value of attribute query_parameters.
-
#scheme ⇒ "http", "https"
Returns the value of attribute scheme.
Instance Attribute Details
#headers ⇒ ::Array[Types::HttpRouteHeader]
Returns the value of attribute headers.
694 695 696 |
# File 'sig/types.rbs', line 694 def headers @headers end |
#method ⇒ "GET", ...
Returns the value of attribute method.
695 696 697 |
# File 'sig/types.rbs', line 695 def method @method end |
#path ⇒ Types::HttpPathMatch
Returns the value of attribute path.
696 697 698 |
# File 'sig/types.rbs', line 696 def path @path end |
#port ⇒ ::Integer
Returns the value of attribute port.
697 698 699 |
# File 'sig/types.rbs', line 697 def port @port end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
698 699 700 |
# File 'sig/types.rbs', line 698 def prefix @prefix end |
#query_parameters ⇒ ::Array[Types::HttpQueryParameter]
Returns the value of attribute query_parameters.
699 700 701 |
# File 'sig/types.rbs', line 699 def query_parameters @query_parameters end |
#scheme ⇒ "http", "https"
Returns the value of attribute scheme.
700 701 702 |
# File 'sig/types.rbs', line 700 def scheme @scheme end |