Class: Aws::CodeStarconnections::Types::ListRepositoryLinksOutput

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

#next_tokenString

An enumeration token that allows the operation to batch the results of the operation.

Returns:

  • (String)


879
880
881
882
883
884
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 879

class ListRepositoryLinksOutput < Struct.new(
  :repository_links,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

Lists the repository links called by the list repository links operation.

Returns:



879
880
881
882
883
884
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 879

class ListRepositoryLinksOutput < Struct.new(
  :repository_links,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end