Class: Aws::CodeStarconnections::Types::ListRepositoryLinksOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::ListRepositoryLinksOutput
- Defined in:
- gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An enumeration token that allows the operation to batch the results of the operation.
-
#repository_links ⇒ Array<Types::RepositoryLinkInfo>
Lists the repository links called by the list repository links operation.
Instance Attribute Details
#next_token ⇒ String
An enumeration token that allows the operation to batch the results of the operation.
879 880 881 882 883 884 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 879 class ListRepositoryLinksOutput < Struct.new( :repository_links, :next_token) SENSITIVE = [] include Aws::Structure end |
#repository_links ⇒ Array<Types::RepositoryLinkInfo>
Lists the repository links called by the list repository links operation.
879 880 881 882 883 884 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 879 class ListRepositoryLinksOutput < Struct.new( :repository_links, :next_token) SENSITIVE = [] include Aws::Structure end |