Class: Aws::Types::HeaderMatchPattern

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allTypes::All

Returns the value of attribute all.

Returns:



823
824
825
# File 'sig/types.rbs', line 823

def all
  @all
end

#excluded_headers::Array[::String]

Returns the value of attribute excluded_headers.

Returns:

  • (::Array[::String])


825
826
827
# File 'sig/types.rbs', line 825

def excluded_headers
  @excluded_headers
end

#included_headers::Array[::String]

Returns the value of attribute included_headers.

Returns:

  • (::Array[::String])


824
825
826
# File 'sig/types.rbs', line 824

def included_headers
  @included_headers
end