Class: Aws::Types::HttpGatewayRouteMatch
- Inherits:
-
Object
- Object
- Aws::Types::HttpGatewayRouteMatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#headers ⇒ ::Array[Types::HttpGatewayRouteHeader]
Returns the value of attribute headers.
-
#hostname ⇒ Types::GatewayRouteHostnameMatch
Returns the value of attribute hostname.
-
#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.
Instance Attribute Details
#headers ⇒ ::Array[Types::HttpGatewayRouteHeader]
Returns the value of attribute headers.
625 626 627 |
# File 'sig/types.rbs', line 625 def headers @headers end |
#hostname ⇒ Types::GatewayRouteHostnameMatch
Returns the value of attribute hostname.
626 627 628 |
# File 'sig/types.rbs', line 626 def hostname @hostname end |
#method ⇒ "GET", ...
Returns the value of attribute method.
627 628 629 |
# File 'sig/types.rbs', line 627 def method @method end |
#path ⇒ Types::HttpPathMatch
Returns the value of attribute path.
628 629 630 |
# File 'sig/types.rbs', line 628 def path @path end |
#port ⇒ ::Integer
Returns the value of attribute port.
629 630 631 |
# File 'sig/types.rbs', line 629 def port @port end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
630 631 632 |
# File 'sig/types.rbs', line 630 def prefix @prefix end |
#query_parameters ⇒ ::Array[Types::HttpQueryParameter]
Returns the value of attribute query_parameters.
631 632 633 |
# File 'sig/types.rbs', line 631 def query_parameters @query_parameters end |