AWSEC2TargetGroup
Objective-C
@interface AWSEC2TargetGroup
Swift
class AWSEC2TargetGroup
Describes a load balancer target group.
-
The Amazon Resource Name (ARN) of the target group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }