Class: Aws::CodeArtifact::Types::ListRepositoriesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ListRepositoriesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#repositories ⇒ Array<Types::RepositorySummary>
The returned list of [RepositorySummary] objects.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
2798 2799 2800 2801 2802 2803 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2798 class ListRepositoriesResult < Struct.new( :repositories, :next_token) SENSITIVE = [] include Aws::Structure end |
#repositories ⇒ Array<Types::RepositorySummary>
The returned list of [RepositorySummary] objects.
[1]: docs.aws.amazon.com/codeartifact/latest/APIReference/API_RepositorySummary.html
2798 2799 2800 2801 2802 2803 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2798 class ListRepositoriesResult < Struct.new( :repositories, :next_token) SENSITIVE = [] include Aws::Structure end |