Class: Aws::APIGateway::Types::GetRestApiRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::APIGateway::Types::GetRestApiRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
The GET request to list an existing RestApi defined for your collection.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #rest_api_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The string identifier of the associated RestApi. 
Instance Attribute Details
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
| 3056 3057 3058 3059 3060 | # File 'lib/aws-sdk-apigateway/types.rb', line 3056 class GetRestApiRequest < Struct.new( :rest_api_id) SENSITIVE = [] include Aws::Structure end |