Class: Aws::CodeCatalyst::Types::ListSourceRepositoriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::ListSourceRepositoriesResponse
- Defined in:
- gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ListSourceRepositoriesItem>
Information about the source repositories.
-
#next_token ⇒ String
A token returned from a call to this API to indicate the next batch of results to return, if any.
Instance Attribute Details
#items ⇒ Array<Types::ListSourceRepositoriesItem>
Information about the source repositories.
1955 1956 1957 1958 1959 1960 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1955 class ListSourceRepositoriesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token returned from a call to this API to indicate the next batch of results to return, if any.
1955 1956 1957 1958 1959 1960 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1955 class ListSourceRepositoriesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |