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