/AWS1/CL_DZNGETUSERPFLOUTPUT¶
GetUserProfileOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_domainid TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID¶
the identifier of the Amazon DataZone domain of which you want to get the user profile.
iv_id TYPE /AWS1/DZNUSERPROFILEID /AWS1/DZNUSERPROFILEID¶
The identifier of the user profile.
iv_type TYPE /AWS1/DZNUSERPROFILETYPE /AWS1/DZNUSERPROFILETYPE¶
The type of the user profile.
iv_status TYPE /AWS1/DZNUSERPROFILESTATUS /AWS1/DZNUSERPROFILESTATUS¶
The status of the user profile.
io_details TYPE REF TO /AWS1/CL_DZNUSERPROFILEDETAILS /AWS1/CL_DZNUSERPROFILEDETAILS¶
The user profile details.
Queryable Attributes¶
domainId¶
the identifier of the Amazon DataZone domain of which you want to get the user profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINID() |
Getter for DOMAINID, with configurable default |
ASK_DOMAINID() |
Getter for DOMAINID w/ exceptions if field has no value |
HAS_DOMAINID() |
Determine if DOMAINID has a value |
id¶
The identifier of the user profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
type¶
The type of the user profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
status¶
The status of the user profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
details¶
The user profile details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETAILS() |
Getter for DETAILS |