ModifyTargetGroupAttributesInput
public struct ModifyTargetGroupAttributesInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The attributes.
Declaration
Swift
public let attributes: [TargetGroupAttribute]
-
The Amazon Resource Name (ARN) of the target group.
Declaration
Swift
public let targetGroupArn: String
-
Undocumented
Declaration
Swift
public init(attributes: [TargetGroupAttribute], targetGroupArn: String)
-
Declaration
Swift
public func validate(name: String) throws