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.
7744 7745 7746 7747 7748 7749 |
# File 'lib/aws-sdk-iot/types.rb', line 7744 class HttpActionHeader < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The HTTP header value. Substitution templates are supported.
7744 7745 7746 7747 7748 7749 |
# File 'lib/aws-sdk-iot/types.rb', line 7744 class HttpActionHeader < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |