Class: Aws::CognitoIdentityProvider::Types::HttpHeader
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::HttpHeader
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The HTTP header in the ‘ContextData` parameter.
This data type is a request parameter of server-side authentication operations like [AdminInitiateAuth] and [AdminRespondToAuthChallenge].
[1]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminInitiateAuth.html [2]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminRespondToAuthChallenge.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#header_name ⇒ String
The header name.
-
#header_value ⇒ String
The header value.
Instance Attribute Details
#header_name ⇒ String
The header name.
6695 6696 6697 6698 6699 6700 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6695 class HttpHeader < Struct.new( :header_name, :header_value) SENSITIVE = [] include Aws::Structure end |
#header_value ⇒ String
The header value.
6695 6696 6697 6698 6699 6700 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6695 class HttpHeader < Struct.new( :header_name, :header_value) SENSITIVE = [] include Aws::Structure end |