AWSIoTTag

Objective-C

@interface AWSIoTTag

Swift

class AWSIoTTag

A set of key/value pairs that are used to manage the resource.

Required parameters: [Key]

  • key

    The tag’s key.

    Declaration

    Objective-C

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

    Swift

    var key: String? { get set }
  • The tag’s value.

    Declaration

    Objective-C

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

    Swift

    var value: String? { get set }