Class: Aws::Types::HttpGatewayRoutePrefixRewrite

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_prefix"ENABLED", "DISABLED"

Returns the value of attribute default_prefix.

Returns:

  • ("ENABLED", "DISABLED")


641
642
643
# File 'sig/types.rbs', line 641

def default_prefix
  @default_prefix
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def value
  @value
end