DeleteCloudFrontOriginAccessIdentityRequest
public struct DeleteCloudFrontOriginAccessIdentityRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The origin access identity’s ID.
Declaration
Swift
public let id: String
-
The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.
Declaration
Swift
public let ifMatch: String?
-
Undocumented
Declaration
Swift
public init(id: String, ifMatch: String? = nil)