A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/APIGateway/Types/GetDocumentationPartsRequest.html below:

GetDocumentationPartsRequest — AWS SDK for Ruby V2

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

Class: Aws::APIGateway::Types::GetDocumentationPartsRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

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

{
  rest_api_id: "String",   type: "API",   name_query: "String",
  path: "String",
  position: "String",
  limit: 1,
  location_status: "DOCUMENTED", }

Gets the documentation parts of an API. The result may be filtered by the type, name, or path of API entities (targets).

Instance Attribute Summary collapse Instance Attribute Details #limit ⇒ Integer

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

#location_status ⇒ String

The status of the API documentation parts to retrieve. Valid values are DOCUMENTED for retrieving DocumentationPart resources with content and UNDOCUMENTED for DocumentationPart resources without content.

Possible values:

#name_query ⇒ String

The name of API entities of the to-be-retrieved documentation parts.

#path ⇒ String

The path of API entities of the to-be-retrieved documentation parts.

#position ⇒ String

The current pagination position in the paged result set.

#rest_api_id ⇒ String

[Required] The string identifier of the associated RestApi.

#type ⇒ String

The type of API entities of the to-be-retrieved documentation parts.

Possible values:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4