DeleteFieldLevelEncryptionProfileRequest

public struct DeleteFieldLevelEncryptionProfileRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    Request the ID of the profile you want to delete from CloudFront.

    Declaration

    Swift

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

    Declaration

    Swift

    public let ifMatch: String?
  • Undocumented

    Declaration

    Swift

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