Class: Aws::CodeConnections::Types::CreateRepositoryLinkOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeconnections/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 'lib/aws-sdk-codeconnections/types.rb', line 272

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