Class: Aws::CodeCatalyst::Types::ListSourceRepositoryBranchesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::ListSourceRepositoryBranchesResponse
- Defined in:
- gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ListSourceRepositoryBranchesItem>
Information about the source branches.
-
#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::ListSourceRepositoryBranchesItem>
Information about the source branches.
2045 2046 2047 2048 2049 2050 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2045 class ListSourceRepositoryBranchesResponse < Struct.new( :next_token, :items) 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.
2045 2046 2047 2048 2049 2050 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2045 class ListSourceRepositoryBranchesResponse < Struct.new( :next_token, :items) SENSITIVE = [] include Aws::Structure end |