Class: Aws::CodeConnections::Types::GetRepositoryLinkInput

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 ID of the repository link to get.

Returns:

  • (String)


504
505
506
507
508
# File 'lib/aws-sdk-codeconnections/types.rb', line 504

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