DeleteDocumentationVersionRequest

public struct DeleteDocumentationVersionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Required] The version identifier of a to-be-deleted documentation snapshot.

    Declaration

    Swift

    public let documentationVersion: String
  • [Required] The string identifier of the associated RestApi.

    Declaration

    Swift

    public let restApiId: String
  • Undocumented

    Declaration

    Swift

    public init(documentationVersion: String, restApiId: String)