You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::APIGateway::Types::GetDocumentationVersionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetDocumentationVersionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  rest_api_id: "String", # required
  documentation_version: "String", # required
}

Gets a documentation snapshot of an API.

Instance Attribute Summary collapse

Instance Attribute Details

#documentation_versionString

[Required] The version identifier of the to-be-retrieved documentation snapshot.

Returns:

  • (String)

    [Required] The version identifier of the to-be-retrieved documentation snapshot.

#rest_api_idString

[Required] The string identifier of the associated RestApi.

Returns:

  • (String)

    [Required] The string identifier of the associated RestApi.