GetFunctionDefinitionVersionResponse

public struct GetFunctionDefinitionVersionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the function definition version.

    Declaration

    Swift

    public let arn: String?
  • The time, in milliseconds since the epoch, when the function definition version was created.

    Declaration

    Swift

    public let creationTimestamp: String?
  • Information on the definition.

    Declaration

    Swift

    public let definition: FunctionDefinitionVersion?
  • id

    The ID of the function definition version.

    Declaration

    Swift

    public let id: String?
  • The token for the next set of results, or “null” if there are no additional results.

    Declaration

    Swift

    public let nextToken: String?
  • The version of the function definition version.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, creationTimestamp: String? = nil, definition: FunctionDefinitionVersion? = nil, id: String? = nil, nextToken: String? = nil, version: String? = nil)