Class: Aws::Types::HttpGatewayRouteMatch

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#headers::Array[Types::HttpGatewayRouteHeader]

Returns the value of attribute headers.

Returns:



625
626
627
# File 'sig/types.rbs', line 625

def headers
  @headers
end

#hostnameTypes::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.

Returns:

  • ("GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH")


627
628
629
# File 'sig/types.rbs', line 627

def method
  @method
end

#pathTypes::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.

Returns:

  • (::Integer)


629
630
631
# File 'sig/types.rbs', line 629

def port
  @port
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


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.

Returns:



631
632
633
# File 'sig/types.rbs', line 631

def query_parameters
  @query_parameters
end