Class: Aws::Proton::Types::ListRepositoriesInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of repositories to list.

Returns:

  • (Integer)


3785
3786
3787
3788
3789
3790
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3785

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

#next_tokenString

A token that indicates the location of the next repository in the array of repositories, after the list of repositories previously requested.

Returns:

  • (String)


3785
3786
3787
3788
3789
3790
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3785

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