Class: Aws::CodeConnections::Types::GetRepositoryLinkOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

The information returned for a specified repository link.



516
517
518
519
520
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 516

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