Class: Aws::Types::HttpHeaderConditionConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#http_header_name::String

Returns the value of attribute http_header_name.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def http_header_name
  @http_header_name
end

#regex_values::Array[::String]

Returns the value of attribute regex_values.

Returns:

  • (::Array[::String])


588
589
590
# File 'sig/types.rbs', line 588

def regex_values
  @regex_values
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


587
588
589
# File 'sig/types.rbs', line 587

def values
  @values
end