Class: Aws::Types::HttpGatewayRouteRewrite

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#hostnameTypes::GatewayRouteHostnameRewrite

Returns the value of attribute hostname.

Returns:



647
648
649
# File 'sig/types.rbs', line 647

def hostname
  @hostname
end

#pathTypes::HttpGatewayRoutePathRewrite

Returns the value of attribute path.

Returns:



648
649
650
# File 'sig/types.rbs', line 648

def path
  @path
end

#prefixTypes::HttpGatewayRoutePrefixRewrite

Returns the value of attribute prefix.

Returns:



649
650
651
# File 'sig/types.rbs', line 649

def prefix
  @prefix
end