PutTargetsRequest
public struct PutTargetsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the event bus associated with the rule. If you omit this, the default event bus is used.
Declaration
Swift
public let eventBusName: String?
-
The name of the rule.
Declaration
Swift
public let rule: String
-
The targets to update or add to the rule.
Declaration
Swift
public let targets: [Target]
-
Undocumented
Declaration
Swift
public init(eventBusName: String? = nil, rule: String, targets: [Target])
-
Declaration
Swift
public func validate(name: String) throws