GetCloudFrontOriginAccessIdentityResult
public struct GetCloudFrontOriginAccessIdentityResult : 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’s information. For example: E2QWRUHAPOMQZL.
Declaration
Swift
public let eTag: String? -
Undocumented
Declaration
Swift
public init(cloudFrontOriginAccessIdentity: CloudFrontOriginAccessIdentity? = nil, eTag: String? = nil)
View on GitHub
GetCloudFrontOriginAccessIdentityResult Structure Reference