You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::APIGateway::Types::DocumentationVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DocumentationVersion
- Defined in:
- (unknown)
Overview
A snapshot of the documentation of an API.
Publishing API documentation involves creating a documentation version associated with an API stage and exporting the versioned documentation to an external (e.g., OpenAPI) file.
Returned by:
Instance Attribute Summary collapse
-
#created_date ⇒ Time
The date when the API documentation snapshot is created.
-
#description ⇒ String
The description of the API documentation snapshot.
-
#version ⇒ String
The version identifier of the API documentation snapshot.
Instance Attribute Details
#created_date ⇒ Time
The date when the API documentation snapshot is created.
#description ⇒ String
The description of the API documentation snapshot.
#version ⇒ String
The version identifier of the API documentation snapshot.