/AWS1/CL_BLDUPPROJECTVISIBIL01¶
UpdateProjectVisibilityOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_projectarn TYPE /AWS1/BLDNONEMPTYSTRING /AWS1/BLDNONEMPTYSTRING¶
The Amazon Resource Name (ARN) of the build project.
iv_publicprojectalias TYPE /AWS1/BLDNONEMPTYSTRING /AWS1/BLDNONEMPTYSTRING¶
Contains the project identifier used with the public build APIs.
iv_projectvisibility TYPE /AWS1/BLDPROJECTVISIBILITYTYPE /AWS1/BLDPROJECTVISIBILITYTYPE¶
Specifies the visibility of the project's builds. Possible values are:
- PUBLIC_READ
The project builds are visible to the public.
- PRIVATE
The project builds are not visible to the public.
Queryable Attributes¶
projectArn¶
The Amazon Resource Name (ARN) of the build project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTARN() |
Getter for PROJECTARN, with configurable default |
ASK_PROJECTARN() |
Getter for PROJECTARN w/ exceptions if field has no value |
HAS_PROJECTARN() |
Determine if PROJECTARN has a value |
publicProjectAlias¶
Contains the project identifier used with the public build APIs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLICPROJECTALIAS() |
Getter for PUBLICPROJECTALIAS, with configurable default |
ASK_PUBLICPROJECTALIAS() |
Getter for PUBLICPROJECTALIAS w/ exceptions if field has no |
HAS_PUBLICPROJECTALIAS() |
Determine if PUBLICPROJECTALIAS has a value |
projectVisibility¶
Specifies the visibility of the project's builds. Possible values are:
- PUBLIC_READ
The project builds are visible to the public.
- PRIVATE
The project builds are not visible to the public.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTVISIBILITY() |
Getter for PROJECTVISIBILITY, with configurable default |
ASK_PROJECTVISIBILITY() |
Getter for PROJECTVISIBILITY w/ exceptions if field has no v |
HAS_PROJECTVISIBILITY() |
Determine if PROJECTVISIBILITY has a value |