Class: Aws::Glue::Types::CreateConnectionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Glue::Types::CreateConnectionResponse
 
 
- Defined in:
 - gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #create_connection_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the connection creation request.
 
Instance Attribute Details
#create_connection_status ⇒ String
The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.
      5204 5205 5206 5207 5208  | 
    
      # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5204 class CreateConnectionResponse < Struct.new( :create_connection_status) SENSITIVE = [] include Aws::Structure end  |