DescribeRulesInput
public struct DescribeRulesInput : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The Amazon Resource Name (ARN) of the listener. DeclarationSwift public let listenerArn: String?
- 
                  
                  The marker for the next set of results. (You received this marker from a previous call.) DeclarationSwift public let marker: String?
- 
                  
                  The maximum number of results to return with this call. DeclarationSwift public let pageSize: Int?
- 
                  
                  The Amazon Resource Names (ARN) of the rules. DeclarationSwift public let ruleArns: [String]?
- 
                  
                  Undocumented DeclarationSwift public init(listenerArn: String? = nil, marker: String? = nil, pageSize: Int? = nil, ruleArns: [String]? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub DescribeRulesInput Structure Reference
        DescribeRulesInput Structure Reference