Class: Aws::CodeCommit::Types::ListRepositoriesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb

Overview

Represents the input of a list repositories operation.

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. Batch sizes are 1,000 for list repository operations. When the client sends the token back to CodeCommit, another page of 1,000 records is retrieved.

Returns:

  • (String)


4391
4392
4393
4394
4395
4396
4397
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4391

class ListRepositoriesInput < Struct.new(
  :next_token,
  :sort_by,
  :order)
  SENSITIVE = []
  include Aws::Structure
end

#orderString

The order in which to sort the results of a list repositories operation.

Returns:

  • (String)


4391
4392
4393
4394
4395
4396
4397
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4391

class ListRepositoriesInput < Struct.new(
  :next_token,
  :sort_by,
  :order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The criteria used to sort the results of a list repositories operation.

Returns:

  • (String)


4391
4392
4393
4394
4395
4396
4397
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4391

class ListRepositoriesInput < Struct.new(
  :next_token,
  :sort_by,
  :order)
  SENSITIVE = []
  include Aws::Structure
end