Class: Aws::CodeStarconnections::Types::GetConnectionOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeStarconnections::Types::GetConnectionOutput
 
- Defined in:
- gems/aws-sdk-codestarconnections/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.
| 440 441 442 443 444 | # File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 440 class GetConnectionOutput < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |