/AWS1/CL_GURS3REPOSITORY¶
Information about a repository in an S3 bucket.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_name
TYPE /AWS1/GURNAME
/AWS1/GURNAME
¶
The name of the repository in the S3 bucket.
iv_bucketname
TYPE /AWS1/GURS3BUCKETNAME
/AWS1/GURS3BUCKETNAME
¶
The name of the S3 bucket used for associating a new S3 repository. It must begin with
codeguru-reviewer-
.
Queryable Attributes¶
Name¶
The name of the repository in the S3 bucket.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
BucketName¶
The name of the S3 bucket used for associating a new S3 repository. It must begin with
codeguru-reviewer-
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BUCKETNAME() |
Getter for BUCKETNAME, with configurable default |
ASK_BUCKETNAME() |
Getter for BUCKETNAME w/ exceptions if field has no value |
HAS_BUCKETNAME() |
Determine if BUCKETNAME has a value |