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

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

Returns:

  • (String)


498
499
500
501
502
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 498

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