class Aws::AppMesh::Types::GatewayRouteHostnameMatch

An object representing the gateway route host name to match.

@note When making an API call, you may pass GatewayRouteHostnameMatch

data as a hash:

    {
      exact: "ExactHostName",
      suffix: "SuffixHostname",
    }

@!attribute [rw] exact

The exact host name to match on.
@return [String]

@!attribute [rw] suffix

The specified ending characters of the host name to match on.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/GatewayRouteHostnameMatch AWS API Documentation

Constants

SENSITIVE