ListRulesPackagesResponse
public struct ListRulesPackagesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
Declaration
Swift
public let nextToken: String? -
The list of ARNs that specifies the rules packages returned by the action.
Declaration
Swift
public let rulesPackageArns: [String] -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, rulesPackageArns: [String])
View on GitHub
ListRulesPackagesResponse Structure Reference