Class: Aws::Types::HttpRouteMatch

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::HttpRouteHeader]

Returns the value of attribute headers.

Returns:



694
695
696
# File 'sig/types.rbs', line 694

def headers
  @headers
end

#method"GET", ...

Returns the value of attribute method.

Returns:

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


695
696
697
# File 'sig/types.rbs', line 695

def method
  @method
end

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

Returns:

  • (::Integer)


697
698
699
# File 'sig/types.rbs', line 697

def port
  @port
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


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.

Returns:



699
700
701
# File 'sig/types.rbs', line 699

def query_parameters
  @query_parameters
end

#scheme"http", "https"

Returns the value of attribute scheme.

Returns:

  • ("http", "https")


700
701
702
# File 'sig/types.rbs', line 700

def scheme
  @scheme
end