Class: Aws::Types::GrpcGatewayRouteMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#invertBoolean

Returns the value of attribute invert.

Returns:

  • (Boolean)


471
472
473
# File 'sig/types.rbs', line 471

def invert
  @invert
end

#matchTypes::GrpcMetadataMatchMethod

Returns the value of attribute match.



472
473
474
# File 'sig/types.rbs', line 472

def match
  @match
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def name
  @name
end