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