AWSIoTHttpActionHeader

Objective-C

@interface AWSIoTHttpActionHeader

Swift

class AWSIoTHttpActionHeader

The HTTP action header.

Required parameters: [key, value]

  • key

    The HTTP header key.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable key;

    Swift

    var key: String? { get set }
  • The HTTP header value. Substitution templates are supported.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable value;

    Swift

    var value: String? { get set }