You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing HttpActionHeader as input to an Aws::Client method, you can use a vanilla Hash:

{
  key: "HeaderKey", # required
  value: "HeaderValue", # required
}

The HTTP action header.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The HTTP header key.

Returns:

  • (String)

    The HTTP header key.

#valueString

The HTTP header value. Substitution templates are supported.

Returns:

  • (String)

    The HTTP header value.