Class: Aws::CodeStarconnections::Types::GetConnectionOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeStarconnections::Types::GetConnectionOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codestarconnections/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #connection  ⇒ Types::Connection 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The connection details, such as status, owner, and provider type.
 
Instance Attribute Details
#connection ⇒ Types::Connection
The connection details, such as status, owner, and provider type.
      240 241 242 243 244  | 
    
      # File 'lib/aws-sdk-codestarconnections/types.rb', line 240 class GetConnectionOutput < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end  |