Class: Aws::APIGateway::Types::GetDocumentationPartRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::APIGateway::Types::GetDocumentationPartRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Gets a specified documentation part of a given API.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #documentation_part_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The string identifier of the associated RestApi. 
- 
  
    
      #rest_api_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The string identifier of the associated RestApi. 
Instance Attribute Details
#documentation_part_id ⇒ String
The string identifier of the associated RestApi.
| 2531 2532 2533 2534 2535 2536 | # File 'lib/aws-sdk-apigateway/types.rb', line 2531 class GetDocumentationPartRequest < Struct.new( :rest_api_id, :documentation_part_id) SENSITIVE = [] include Aws::Structure end | 
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
| 2531 2532 2533 2534 2535 2536 | # File 'lib/aws-sdk-apigateway/types.rb', line 2531 class GetDocumentationPartRequest < Struct.new( :rest_api_id, :documentation_part_id) SENSITIVE = [] include Aws::Structure end |