DescribeSSLPoliciesOutput
public struct DescribeSSLPoliciesOutput : 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 security policies. DeclarationSwift public let sslPolicies: [SslPolicy]?
- 
                  
                  Undocumented DeclarationSwift public init(nextMarker: String? = nil, sslPolicies: [SslPolicy]? = nil)
 View on GitHub
View on GitHub DescribeSSLPoliciesOutput Structure Reference
        DescribeSSLPoliciesOutput Structure Reference