Method: Aws::APIGateway::Types::DocumentationVersion#version
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #version ⇒ String
The version identifier of the API documentation snapshot.
2520 2521 2522 2523 2524 2525 2526 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2520 class DocumentationVersion < Struct.new( :version, :created_date, :description) SENSITIVE = [] include Aws::Structure end |