ListRuleNamesByTargetRequest
public struct ListRuleNamesByTargetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Limits the results to show only the rules associated with the specified event bus.
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 Amazon Resource Name (ARN) of the target resource.
Declaration
Swift
public let targetArn: String
-
Undocumented
Declaration
Swift
public init(eventBusName: String? = nil, limit: Int? = nil, nextToken: String? = nil, targetArn: String)
-
Declaration
Swift
public func validate(name: String) throws