Class: Aws::APIGateway::Types::GetDocumentationVersionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

Gets a documentation snapshot of an API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#documentation_versionString

The version identifier of the to-be-retrieved documentation snapshot.

Returns:

  • (String)


2433
2434
2435
2436
2437
2438
# File 'lib/aws-sdk-apigateway/types.rb', line 2433

class GetDocumentationVersionRequest < Struct.new(
  :rest_api_id,
  :documentation_version)
  SENSITIVE = []
  include Aws::Structure
end

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


2433
2434
2435
2436
2437
2438
# File 'lib/aws-sdk-apigateway/types.rb', line 2433

class GetDocumentationVersionRequest < Struct.new(
  :rest_api_id,
  :documentation_version)
  SENSITIVE = []
  include Aws::Structure
end