AWSElasticLoadBalancingDescribeTargetHealthInput
Objective-C
@interface AWSElasticLoadBalancingDescribeTargetHealthInput
Swift
class AWSElasticLoadBalancingDescribeTargetHealthInput
-
Used to inclue anomaly detection information.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable include;
Swift
var include: [String]? { get set }
-
The Amazon Resource Name (ARN) of the target group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable targetGroupArn;
Swift
var targetGroupArn: String? { get set }
-
The targets.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSElasticLoadBalancingTargetDescription *> *_Nullable targets;
Swift
var targets: [AWSElasticLoadBalancingTargetDescription]? { get set }