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)


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

#valueString

The HTTP header value. Substitution templates are supported.

Returns:

  • (String)


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