Class: Aws::SecurityHub::Types::AwsWafv2CustomHttpHeader
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafv2CustomHttpHeader
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A custom header for custom request and response handling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the custom header.
-
#value ⇒ String
The value of the custom header.
Instance Attribute Details
#name ⇒ String
The name of the custom header.
21973 21974 21975 21976 21977 21978 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21973 class AwsWafv2CustomHttpHeader < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the custom header.
21973 21974 21975 21976 21977 21978 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21973 class AwsWafv2CustomHttpHeader < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |