Class: Aws::APIGateway::Types::DocumentationVersion

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_dateTime

The date when the API documentation snapshot is created.

Returns:

  • (Time)


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

#descriptionString

The description of the API documentation snapshot.

Returns:

  • (String)


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

#versionString

The version identifier of the API documentation snapshot.

Returns:

  • (String)


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