Class: Aws::IoT::Types::HttpActionHeader
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::HttpActionHeader
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The HTTP action header.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The HTTP header key.
-
#value ⇒ String
The HTTP header value.
Instance Attribute Details
#key ⇒ String
The HTTP header key.
8236 8237 8238 8239 8240 8241 |
# File 'lib/aws-sdk-iot/types.rb', line 8236 class HttpActionHeader < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The HTTP header value. Substitution templates are supported.
8236 8237 8238 8239 8240 8241 |
# File 'lib/aws-sdk-iot/types.rb', line 8236 class HttpActionHeader < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |