AWSElasticLoadBalancingTagDescription

Objective-C

@interface AWSElasticLoadBalancingTagDescription

Swift

class AWSElasticLoadBalancingTagDescription

The tags associated with a resource.

  • The Amazon Resource Name (ARN) of the resource.

    Declaration

    Objective-C

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

    Swift

    var resourceArn: String? { get set }
  • Information about the tags.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSElasticLoadBalancingTag *> *_Nullable tags;

    Swift

    var tags: [AWSElasticLoadBalancingTag]? { get set }