ListTargetsByRuleRequest
public struct ListTargetsByRuleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The event bus associated with the rule. If you omit this, the default event bus is used.
Declaration
Swift
public let eventBusName: String?
-
The maximum number of results to return.
Declaration
Swift
public let limit: Int?
-
The token returned by a previous call to retrieve the next set of results.
Declaration
Swift
public let nextToken: String?
-
The name of the rule.
Declaration
Swift
public let rule: String
-
Undocumented
Declaration
Swift
public init(eventBusName: String? = nil, limit: Int? = nil, nextToken: String? = nil, rule: String)
-
Declaration
Swift
public func validate(name: String) throws