Skip to content

/AWS1/CL_SGMLSTCODEREPOSITOR01

ListCodeRepositoriesOutput

CONSTRUCTOR

IMPORTING

Required arguments:

it_coderepositorysummarylist TYPE /AWS1/CL_SGMCODEREPOSITORYSUMM=>TT_CODEREPOSITORYSUMMARYLIST TT_CODEREPOSITORYSUMMARYLIST

Gets a list of summaries of the Git repositories. Each summary specifies the following values for the repository:

  • Name

  • Amazon Resource Name (ARN)

  • Creation time

  • Last modified time

  • Configuration information, including the URL location of the repository and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

Optional arguments:

iv_nexttoken TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN

If the result of a ListCodeRepositoriesOutput request was truncated, the response includes a NextToken. To get the next set of Git repositories, use the token in the next request.


Queryable Attributes

CodeRepositorySummaryList

Gets a list of summaries of the Git repositories. Each summary specifies the following values for the repository:

  • Name

  • Amazon Resource Name (ARN)

  • Creation time

  • Last modified time

  • Configuration information, including the URL location of the repository and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

Accessible with the following methods

Method Description
GET_CODEREPOSITORYSUMMLIST() Getter for CODEREPOSITORYSUMMARYLIST, with configurable defa
ASK_CODEREPOSITORYSUMMLIST() Getter for CODEREPOSITORYSUMMARYLIST w/ exceptions if field
HAS_CODEREPOSITORYSUMMLIST() Determine if CODEREPOSITORYSUMMARYLIST has a value

NextToken

If the result of a ListCodeRepositoriesOutput request was truncated, the response includes a NextToken. To get the next set of Git repositories, use the token in the next request.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value