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.
8254 8255 8256 8257 8258 8259 |
# File 'lib/aws-sdk-iot/types.rb', line 8254 class HttpActionHeader < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The HTTP header value. Substitution templates are supported.
8254 8255 8256 8257 8258 8259 |
# File 'lib/aws-sdk-iot/types.rb', line 8254 class HttpActionHeader < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |