Class: Aws::CodeStarconnections::Types::DeleteRepositoryLinkInput

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

Returns:

  • (String)


390
391
392
393
394
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 390

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