/AWS1/CL_IOSCREATEPROJECTRSP¶
CreateProjectResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_projectid TYPE /AWS1/IOSID /AWS1/IOSID¶
The ID of the project.
iv_projectarn TYPE /AWS1/IOSARN /AWS1/IOSARN¶
The ARN of the project, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
Queryable Attributes¶
projectId¶
The ID of the project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTID() |
Getter for PROJECTID, with configurable default |
ASK_PROJECTID() |
Getter for PROJECTID w/ exceptions if field has no value |
HAS_PROJECTID() |
Determine if PROJECTID has a value |
projectArn¶
The ARN of the project, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
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 |