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)


1803
1804
1805
1806
1807
1808
1809
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1803

class DocumentationVersion < Struct.new(
  :version,
  :created_date,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the API documentation snapshot.

Returns:

  • (String)


1803
1804
1805
1806
1807
1808
1809
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1803

class DocumentationVersion < Struct.new(
  :version,
  :created_date,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version identifier of the API documentation snapshot.

Returns:

  • (String)


1803
1804
1805
1806
1807
1808
1809
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1803

class DocumentationVersion < Struct.new(
  :version,
  :created_date,
  :description)
  SENSITIVE = []
  include Aws::Structure
end