Class: Aws::APIGateway::Types::GetDocumentationPartsRequest

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

Overview

Gets the documentation parts of an API. The result may be filtered by the type, name, or path of API entities (targets).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

Returns:

  • (Integer)


2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2563

class GetDocumentationPartsRequest < Struct.new(
  :rest_api_id,
  :type,
  :name_query,
  :path,
  :position,
  :limit,
  :location_status)
  SENSITIVE = []
  include Aws::Structure
end

#location_statusString

The status of the API documentation parts to retrieve. Valid values are DOCUMENTED for retrieving DocumentationPart resources with content and UNDOCUMENTED for DocumentationPart resources without content.

Returns:

  • (String)


2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2563

class GetDocumentationPartsRequest < Struct.new(
  :rest_api_id,
  :type,
  :name_query,
  :path,
  :position,
  :limit,
  :location_status)
  SENSITIVE = []
  include Aws::Structure
end

#name_queryString

The name of API entities of the to-be-retrieved documentation parts.

Returns:

  • (String)


2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2563

class GetDocumentationPartsRequest < Struct.new(
  :rest_api_id,
  :type,
  :name_query,
  :path,
  :position,
  :limit,
  :location_status)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

The path of API entities of the to-be-retrieved documentation parts.

Returns:

  • (String)


2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2563

class GetDocumentationPartsRequest < Struct.new(
  :rest_api_id,
  :type,
  :name_query,
  :path,
  :position,
  :limit,
  :location_status)
  SENSITIVE = []
  include Aws::Structure
end

#positionString

The current pagination position in the paged result set.

Returns:

  • (String)


2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2563

class GetDocumentationPartsRequest < Struct.new(
  :rest_api_id,
  :type,
  :name_query,
  :path,
  :position,
  :limit,
  :location_status)
  SENSITIVE = []
  include Aws::Structure
end

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2563

class GetDocumentationPartsRequest < Struct.new(
  :rest_api_id,
  :type,
  :name_query,
  :path,
  :position,
  :limit,
  :location_status)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of API entities of the to-be-retrieved documentation parts.

Returns:

  • (String)


2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2563

class GetDocumentationPartsRequest < Struct.new(
  :rest_api_id,
  :type,
  :name_query,
  :path,
  :position,
  :limit,
  :location_status)
  SENSITIVE = []
  include Aws::Structure
end