ListRuleNamesByTargetResponse
public struct ListRuleNamesByTargetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether there are additional results to retrieve. If there are no more results, the value is null.
Declaration
Swift
public let nextToken: String?
-
The names of the rules that can invoke the given target.
Declaration
Swift
public let ruleNames: [String]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, ruleNames: [String]? = nil)