Class: Aws::Types::HeaderMatch

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#case_sensitiveBoolean

Returns the value of attribute case_sensitive.

Returns:

  • (Boolean)


796
797
798
# File 'sig/types.rbs', line 796

def case_sensitive
  @case_sensitive
end

#matchTypes::HeaderMatchType

Returns the value of attribute match.



795
796
797
# File 'sig/types.rbs', line 795

def match
  @match
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


794
795
796
# File 'sig/types.rbs', line 794

def name
  @name
end