Class: Aws::Types::HttpGatewayRoute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::HttpGatewayRouteAction

Returns the value of attribute action.



606
607
608
# File 'sig/types.rbs', line 606

def action
  @action
end

#matchTypes::HttpGatewayRouteMatch

Returns the value of attribute match.



607
608
609
# File 'sig/types.rbs', line 607

def match
  @match
end