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)


7722
7723
7724
7725
7726
7727
# File 'lib/aws-sdk-iot/types.rb', line 7722

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

#valueString

The HTTP header value. Substitution templates are supported.

Returns:

  • (String)


7722
7723
7724
7725
7726
7727
# File 'lib/aws-sdk-iot/types.rb', line 7722

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