KeyPairIds
public struct KeyPairIds : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber. For more information, see ActiveTrustedSigners.
Declaration
Swift
public let items: [String]?
-
The number of active CloudFront key pairs for AwsAccountNumber. For more information, see ActiveTrustedSigners.
Declaration
Swift
public let quantity: Int
-
Undocumented
Declaration
Swift
public init(items: [String]? = nil, quantity: Int)