Class: Aws::Types::RoutingRuleMatchHeaderValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#header::String

Returns the value of attribute header.

Returns:

  • (::String)


2092
2093
2094
# File 'sig/types.rbs', line 2092

def header
  @header
end

#value_glob::String

Returns the value of attribute value_glob.

Returns:

  • (::String)


2093
2094
2095
# File 'sig/types.rbs', line 2093

def value_glob
  @value_glob
end