Class: Aws::CodeStarconnections::Types::CreateRepositoryLinkOutput

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

The returned information about the created repository link.



272
273
274
275
276
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 272

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