DescribeRulesOutput
public struct DescribeRulesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
Declaration
Swift
public let nextMarker: String?
-
Information about the rules.
Declaration
Swift
public let rules: [Rule]?
-
Undocumented
Declaration
Swift
public init(nextMarker: String? = nil, rules: [Rule]? = nil)