Skip to content

/AWS1/CL_SGMCODEREPOSITORYSUMM

Specifies summary information about a Git repository.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_coderepositoryname TYPE /AWS1/SGMENTITYNAME /AWS1/SGMENTITYNAME

The name of the Git repository.

iv_coderepositoryarn TYPE /AWS1/SGMCODEREPOSITORYARN /AWS1/SGMCODEREPOSITORYARN

The Amazon Resource Name (ARN) of the Git repository.

iv_creationtime TYPE /AWS1/SGMCREATIONTIME /AWS1/SGMCREATIONTIME

The date and time that the Git repository was created.

iv_lastmodifiedtime TYPE /AWS1/SGMLASTMODIFIEDTIME /AWS1/SGMLASTMODIFIEDTIME

The date and time that the Git repository was last modified.

Optional arguments:

io_gitconfig TYPE REF TO /AWS1/CL_SGMGITCONFIG /AWS1/CL_SGMGITCONFIG

Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.


Queryable Attributes

CodeRepositoryName

The name of the Git repository.

Accessible with the following methods

Method Description
GET_CODEREPOSITORYNAME() Getter for CODEREPOSITORYNAME, with configurable default
ASK_CODEREPOSITORYNAME() Getter for CODEREPOSITORYNAME w/ exceptions if field has no
HAS_CODEREPOSITORYNAME() Determine if CODEREPOSITORYNAME has a value

CodeRepositoryArn

The Amazon Resource Name (ARN) of the Git repository.

Accessible with the following methods

Method Description
GET_CODEREPOSITORYARN() Getter for CODEREPOSITORYARN, with configurable default
ASK_CODEREPOSITORYARN() Getter for CODEREPOSITORYARN w/ exceptions if field has no v
HAS_CODEREPOSITORYARN() Determine if CODEREPOSITORYARN has a value

CreationTime

The date and time that the Git repository was created.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

LastModifiedTime

The date and time that the Git repository was last modified.

Accessible with the following methods

Method Description
GET_LASTMODIFIEDTIME() Getter for LASTMODIFIEDTIME, with configurable default
ASK_LASTMODIFIEDTIME() Getter for LASTMODIFIEDTIME w/ exceptions if field has no va
HAS_LASTMODIFIEDTIME() Determine if LASTMODIFIEDTIME has a value

GitConfig

Configuration details for the Git repository, including the URL where it is located 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_GITCONFIG() Getter for GITCONFIG

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_CODEREPOSITORYSUMMARYLIST

TYPES TT_CODEREPOSITORYSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMCODEREPOSITORYSUMM WITH DEFAULT KEY
.