Method: Aws::APIGateway::Types::DocumentationVersion#version

Defined in:
lib/aws-sdk-apigateway/types.rb

#versionString

The version identifier of the API documentation snapshot.

Returns:

  • (String)
[View source]

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