DeletePublicKeyRequest

public struct DeletePublicKeyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The ID of the public key you want to remove from CloudFront.

    Declaration

    Swift

    public let id: String
  • The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

    Declaration

    Swift

    public let ifMatch: String?
  • Undocumented

    Declaration

    Swift

    public init(id: String, ifMatch: String? = nil)