Class: Aws::SecurityAgent::Types::CustomHeader
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::CustomHeader
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
A custom HTTP header to include in network traffic during penetration testing.
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.
1863 1864 1865 1866 1867 1868 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1863 class CustomHeader < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the custom header.
1863 1864 1865 1866 1867 1868 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1863 class CustomHeader < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |