/AWS1/CL_CATGETSPACERESPONSE¶
GetSpaceResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/CATNAMESTRING /AWS1/CATNAMESTRING¶
The name of the space.
iv_regionname TYPE /AWS1/CATREGIONSTRING /AWS1/CATREGIONSTRING¶
The Amazon Web Services Region where the space exists.
Optional arguments:¶
iv_displayname TYPE /AWS1/CATSTRING /AWS1/CATSTRING¶
The friendly name of the space displayed to users.
iv_description TYPE /AWS1/CATSTRING /AWS1/CATSTRING¶
The description of the space.
Queryable Attributes¶
name¶
The name of the space.
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 |
regionName¶
The Amazon Web Services Region where the space exists.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGIONNAME() |
Getter for REGIONNAME, with configurable default |
ASK_REGIONNAME() |
Getter for REGIONNAME w/ exceptions if field has no value |
HAS_REGIONNAME() |
Determine if REGIONNAME has a value |
displayName¶
The friendly name of the space displayed to users.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
description¶
The description of the space.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |