Class: Aws::Types::GrpcRouteMatch

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metadata::Array[Types::GrpcRouteMetadata]

Returns the value of attribute metadata.

Returns:



528
529
530
# File 'sig/types.rbs', line 528

def 
  @metadata
end

#method_name::String

Returns the value of attribute method_name.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def method_name
  @method_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


530
531
532
# File 'sig/types.rbs', line 530

def port
  @port
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def service_name
  @service_name
end