Class: Aws::Proton::Types::ListRepositoriesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListRepositoriesOutput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that indicates the location of the next repository in the array of repositories, after the current requested list of repositories.
-
#repositories ⇒ Array<Types::RepositorySummary>
An array of repository links.
Instance Attribute Details
#next_token ⇒ String
A token that indicates the location of the next repository in the array of repositories, after the current requested list of repositories.
3804 3805 3806 3807 3808 3809 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3804 class ListRepositoriesOutput < Struct.new( :next_token, :repositories) SENSITIVE = [] include Aws::Structure end |
#repositories ⇒ Array<Types::RepositorySummary>
An array of repository links.
3804 3805 3806 3807 3808 3809 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3804 class ListRepositoriesOutput < Struct.new( :next_token, :repositories) SENSITIVE = [] include Aws::Structure end |