AWSElasticLoadBalancingTag

Objective-C

@interface AWSElasticLoadBalancingTag

Swift

class AWSElasticLoadBalancingTag

Information about a tag.

Required parameters: [Key]

  • key

    The key of the tag.

    Declaration

    Objective-C

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

    Swift

    var key: String? { get set }
  • The value of the tag.

    Declaration

    Objective-C

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

    Swift

    var value: String? { get set }