Class: Aws::AppMesh::Types::GatewayRouteHostnameMatch

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appmesh/types.rb

Overview

An object representing the gateway route host name to match.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exactString

The exact host name to match on.

Returns:

  • (String)


1568
1569
1570
1571
1572
1573
# File 'lib/aws-sdk-appmesh/types.rb', line 1568

class GatewayRouteHostnameMatch < Struct.new(
  :exact,
  :suffix)
  SENSITIVE = []
  include Aws::Structure
end

#suffixString

The specified ending characters of the host name to match on.

Returns:

  • (String)


1568
1569
1570
1571
1572
1573
# File 'lib/aws-sdk-appmesh/types.rb', line 1568

class GatewayRouteHostnameMatch < Struct.new(
  :exact,
  :suffix)
  SENSITIVE = []
  include Aws::Structure
end