Class: Aws::APIGateway::Types::DocumentationVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DocumentationVersion
- Defined in:
- gems/aws-sdk-apigateway/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.
1865 1866 1867 1868 1869 1870 1871 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1865 class DocumentationVersion < Struct.new( :version, :created_date, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the API documentation snapshot.
1865 1866 1867 1868 1869 1870 1871 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1865 class DocumentationVersion < Struct.new( :version, :created_date, :description) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version identifier of the API documentation snapshot.
1865 1866 1867 1868 1869 1870 1871 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1865 class DocumentationVersion < Struct.new( :version, :created_date, :description) SENSITIVE = [] include Aws::Structure end |