Class: Aws::APIGateway::Types::DocumentationVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DocumentationVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
A snapshot of the documentation of an API.
Constant Summary collapse
- SENSITIVE =
[]
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.
1803 1804 1805 1806 1807 1808 1809 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1803 class DocumentationVersion < Struct.new( :version, :created_date, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the API documentation snapshot.
1803 1804 1805 1806 1807 1808 1809 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1803 class DocumentationVersion < Struct.new( :version, :created_date, :description) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version identifier of the API documentation snapshot.
1803 1804 1805 1806 1807 1808 1809 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1803 class DocumentationVersion < Struct.new( :version, :created_date, :description) SENSITIVE = [] include Aws::Structure end |