Class: Aws::IoT::Types::HttpActionHeader

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

The HTTP action header.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The HTTP header key.

Returns:

  • (String)


7929
7930
7931
7932
7933
7934
# File 'lib/aws-sdk-iot/types.rb', line 7929

class HttpActionHeader < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The HTTP header value. Substitution templates are supported.

Returns:

  • (String)


7929
7930
7931
7932
7933
7934
# File 'lib/aws-sdk-iot/types.rb', line 7929

class HttpActionHeader < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end