AWSElasticLoadBalancingDescribeTagsInput
Objective-C
@interface AWSElasticLoadBalancingDescribeTagsInput
Swift
class AWSElasticLoadBalancingDescribeTagsInput
-
The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable resourceArns;
Swift
var resourceArns: [String]? { get set }