Class: Aws::AppSync::Types::UpdateApiRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::UpdateApiRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #api_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘Api` ID.
 - 
  
    
      #event_config  ⇒ Types::EventConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new event configuration.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Api.
 - 
  
    
      #owner_contact  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The owner contact information for the ‘Api`.
 
Instance Attribute Details
#api_id ⇒ String
The ‘Api` ID.
      5057 5058 5059 5060 5061 5062 5063 5064  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 5057 class UpdateApiRequest < Struct.new( :api_id, :name, :owner_contact, :event_config) SENSITIVE = [] include Aws::Structure end  | 
  
#event_config ⇒ Types::EventConfig
The new event configuration. This includes the default authorization configuration for connecting, publishing, and subscribing to an Event API.
      5057 5058 5059 5060 5061 5062 5063 5064  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 5057 class UpdateApiRequest < Struct.new( :api_id, :name, :owner_contact, :event_config) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the Api.
      5057 5058 5059 5060 5061 5062 5063 5064  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 5057 class UpdateApiRequest < Struct.new( :api_id, :name, :owner_contact, :event_config) SENSITIVE = [] include Aws::Structure end  | 
  
#owner_contact ⇒ String
The owner contact information for the ‘Api`.
      5057 5058 5059 5060 5061 5062 5063 5064  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 5057 class UpdateApiRequest < Struct.new( :api_id, :name, :owner_contact, :event_config) SENSITIVE = [] include Aws::Structure end  |