BatchCheckLayerAvailabilityResponse
public struct BatchCheckLayerAvailabilityResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Any failures associated with the call.
Declaration
Swift
public let failures: [LayerFailure]?
-
A list of image layer objects corresponding to the image layer references in the request.
Declaration
Swift
public let layers: [Layer]?
-
Undocumented
Declaration
Swift
public init(failures: [LayerFailure]? = nil, layers: [Layer]? = nil)