class Aws::APIGateway::Types::CreateDocumentationVersionRequest
Creates a new documentation version of a given API.
@note When making an API call, you may pass CreateDocumentationVersionRequest
data as a hash: { rest_api_id: "String", # required documentation_version: "String", # required stage_name: "String", description: "String", }
@!attribute [rw] rest_api_id
\[Required\] The string identifier of the associated RestApi. @return [String]
@!attribute [rw] documentation_version
\[Required\] The version identifier of the new snapshot. @return [String]
@!attribute [rw] stage_name
The stage name to be associated with the new documentation snapshot. @return [String]
@!attribute [rw] description
A description about the new documentation snapshot. @return [String]
Constants
- SENSITIVE