Class: Aws::Types::GrpcGatewayRouteMatch

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hostnameTypes::GatewayRouteHostnameMatch

Returns the value of attribute hostname.



463
464
465
# File 'sig/types.rbs', line 463

def hostname
  @hostname
end

#metadata::Array[Types::GrpcGatewayRouteMetadata]

Returns the value of attribute metadata.

Returns:



464
465
466
# File 'sig/types.rbs', line 464

def 
  @metadata
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


465
466
467
# File 'sig/types.rbs', line 465

def port
  @port
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


466
467
468
# File 'sig/types.rbs', line 466

def service_name
  @service_name
end