Class: Aws::CodeConnections::Types::DeleteRepositoryLinkInput

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 be deleted.

Returns:

  • (String)


396
397
398
399
400
# File 'lib/aws-sdk-codeconnections/types.rb', line 396

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