CreateCloudFrontOriginAccessIdentityResult
public struct CreateCloudFrontOriginAccessIdentityResult : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String? -
Declaration
Swift
public static var _members: [AWSShapeMember] -
The origin access identity’s information.
Declaration
Swift
public let cloudFrontOriginAccessIdentity: CloudFrontOriginAccessIdentity? -
The current version of the origin access identity created.
Declaration
Swift
public let eTag: String? -
The fully qualified URI of the new origin access identity just created.
Declaration
Swift
public let location: String? -
Undocumented
Declaration
Swift
public init(cloudFrontOriginAccessIdentity: CloudFrontOriginAccessIdentity? = nil, eTag: String? = nil, location: String? = nil)
View on GitHub
CreateCloudFrontOriginAccessIdentityResult Structure Reference