Class: Aws::CodeStarconnections::Types::GetConnectionInput

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

#connection_arnString

The Amazon Resource Name (ARN) of a connection.

Returns:

  • (String)


428
429
430
431
432
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 428

class GetConnectionInput < Struct.new(
  :connection_arn)
  SENSITIVE = []
  include Aws::Structure
end