LayerVersionsListItem

public struct LayerVersionsListItem : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The layer’s compatible runtimes.

    Declaration

    Swift

    public let compatibleRuntimes: [Runtime]?
  • The date that the version was created, in ISO 8601 format. For example, 2018-11-27T15:10:45.123+0000.

    Declaration

    Swift

    public let createdDate: String?
  • The description of the version.

    Declaration

    Swift

    public let description: String?
  • The ARN of the layer version.

    Declaration

    Swift

    public let layerVersionArn: String?
  • The layer’s open-source license.

    Declaration

    Swift

    public let licenseInfo: String?
  • The version number.

    Declaration

    Swift

    public let version: Int64?
  • Undocumented

    Declaration

    Swift

    public init(compatibleRuntimes: [Runtime]? = nil, createdDate: String? = nil, description: String? = nil, layerVersionArn: String? = nil, licenseInfo: String? = nil, version: Int64? = nil)