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
Custom headers to be set for network requests
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of header to set value for.
-
#value ⇒ String
Value to set for header.
Instance Attribute Details
#name ⇒ String
Name of header to set value for
1198 1199 1200 1201 1202 1203 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1198 class CustomHeader < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Value to set for header
1198 1199 1200 1201 1202 1203 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1198 class CustomHeader < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |