DescribeSSLPoliciesOutput
public struct DescribeSSLPoliciesOutput : 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 security policies.
Declaration
Swift
public let sslPolicies: [SslPolicy]?
-
Undocumented
Declaration
Swift
public init(nextMarker: String? = nil, sslPolicies: [SslPolicy]? = nil)