Class: Aws::APIGateway::Types::GetDocumentationPartRequest

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

Overview

Gets a specified documentation part of a given API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#documentation_part_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


2368
2369
2370
2371
2372
2373
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2368

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

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


2368
2369
2370
2371
2372
2373
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2368

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