Class: Aws::AppSync::Types::GetGraphqlApiEnvironmentVariablesRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::GetGraphqlApiEnvironmentVariablesRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #api_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the API from which the environmental variable list will be retrieved.
 
Instance Attribute Details
#api_id ⇒ String
The ID of the API from which the environmental variable list will be retrieved.
      3039 3040 3041 3042 3043  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 3039 class GetGraphqlApiEnvironmentVariablesRequest < Struct.new( :api_id) SENSITIVE = [] include Aws::Structure end  |