Class: Aws::Types::HttpHeader

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#header_name::String

Returns the value of attribute header_name.

Returns:

  • (::String)


1354
1355
1356
# File 'sig/types.rbs', line 1354

def header_name
  @header_name
end

#header_value::String

Returns the value of attribute header_value.

Returns:

  • (::String)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def header_value
  @header_value
end