Class: Aws::CodeStarconnections::Types::GetConnectionOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectionTypes::Connection

The connection details, such as status, owner, and provider type.

Returns:



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