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