RegisterTargetsInput
public struct RegisterTargetsInput : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The Amazon Resource Name (ARN) of the target group. DeclarationSwift public let targetGroupArn: String
- 
                  
                  The targets. To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function. DeclarationSwift public let targets: [TargetDescription]
- 
                  
                  Undocumented DeclarationSwift public init(targetGroupArn: String, targets: [TargetDescription])
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub RegisterTargetsInput Structure Reference
        RegisterTargetsInput Structure Reference