Class: Aws::CognitoIdentityProvider::Types::HttpHeader

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

The HTTP header in the ‘ContextData` parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#header_nameString

The header name.

Returns:

  • (String)


6568
6569
6570
6571
6572
6573
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6568

class HttpHeader < Struct.new(
  :header_name,
  :header_value)
  SENSITIVE = []
  include Aws::Structure
end

#header_valueString

The header value.

Returns:

  • (String)


6568
6569
6570
6571
6572
6573
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6568

class HttpHeader < Struct.new(
  :header_name,
  :header_value)
  SENSITIVE = []
  include Aws::Structure
end