GetLayerVersionResponse
public struct GetLayerVersionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The layer’s compatible runtimes.
Declaration
Swift
public let compatibleRuntimes: [Runtime]?
-
Details about the layer version.
Declaration
Swift
public let content: LayerVersionContentOutput?
-
The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
Declaration
Swift
public let createdDate: String?
-
The description of the version.
Declaration
Swift
public let description: String?
-
The ARN of the layer.
Declaration
Swift
public let layerArn: String?
-
The ARN of the layer version.
Declaration
Swift
public let layerVersionArn: String?
-
The layer’s software license.
Declaration
Swift
public let licenseInfo: String?
-
The version number.
Declaration
Swift
public let version: Int64?
-
init(compatibleRuntimes:content:createdDate:description:layerArn:layerVersionArn:licenseInfo:version:)
Undocumented
Declaration
Swift
public init(compatibleRuntimes: [Runtime]? = nil, content: LayerVersionContentOutput? = nil, createdDate: String? = nil, description: String? = nil, layerArn: String? = nil, layerVersionArn: String? = nil, licenseInfo: String? = nil, version: Int64? = nil)