Class: Aws::VPCLattice::Types::PathMatch

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Describes the conditions that can be applied when matching a path for incoming requests.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#case_sensitiveBoolean

Indicates whether the match is case sensitive. Defaults to false.

Returns:

  • (Boolean)


2515
2516
2517
2518
2519
2520
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2515

class PathMatch < Struct.new(
  :case_sensitive,
  :match)
  SENSITIVE = []
  include Aws::Structure
end

#matchTypes::PathMatchType

The type of path match.



2515
2516
2517
2518
2519
2520
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2515

class PathMatch < Struct.new(
  :case_sensitive,
  :match)
  SENSITIVE = []
  include Aws::Structure
end