GetRulesResult
public struct GetRulesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The next page token to be used in subsequent requests.
Declaration
Swift
public let nextToken: String? -
The details of the requested rule.
Declaration
Swift
public let ruleDetails: [RuleDetail]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, ruleDetails: [RuleDetail]? = nil)
View on GitHub
GetRulesResult Structure Reference