/AWS1/CL_DZNRESOURCE¶
The details of a provisioned resource of this Amazon DataZone environment.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_value TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The value of a provisioned resource of this Amazon DataZone environment.
iv_type TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The type of a provisioned resource of this Amazon DataZone environment.
Optional arguments:¶
iv_provider TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The provider of a provisioned resource of this Amazon DataZone environment.
iv_name TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The name of a provisioned resource of this Amazon DataZone environment.
Queryable Attributes¶
provider¶
The provider of a provisioned resource of this Amazon DataZone environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDER() |
Getter for PROVIDER, with configurable default |
ASK_PROVIDER() |
Getter for PROVIDER w/ exceptions if field has no value |
HAS_PROVIDER() |
Determine if PROVIDER has a value |
name¶
The name of a provisioned resource of this Amazon DataZone environment.
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 |
value¶
The value of a provisioned resource of this Amazon DataZone environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
type¶
The type of a provisioned resource of this Amazon DataZone environment.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESOURCELIST¶
TYPES TT_RESOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNRESOURCE WITH DEFAULT KEY
.