/AWS1/CL_MPIDATAARTIFACT¶
Describes a data artifact within a Data Exchange fulfillment option.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resourcetype TYPE /AWS1/MPISTRING /AWS1/MPISTRING¶
The type of the data artifact resource.
iv_dataclassification TYPE /AWS1/MPISTRING /AWS1/MPISTRING¶
The classification of sensitive data contained in the dataset.
Optional arguments:¶
iv_description TYPE /AWS1/MPISTRING /AWS1/MPISTRING¶
A description of the data artifact.
iv_resourcearn TYPE /AWS1/MPISTRING /AWS1/MPISTRING¶
The Amazon Resource Name (ARN) of the data artifact.
Queryable Attributes¶
description¶
A description of the data artifact.
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 |
resourceArn¶
The Amazon Resource Name (ARN) of the data artifact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
resourceType¶
The type of the data artifact resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
dataClassification¶
The classification of sensitive data contained in the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATACLASSIFICATION() |
Getter for DATACLASSIFICATION, with configurable default |
ASK_DATACLASSIFICATION() |
Getter for DATACLASSIFICATION w/ exceptions if field has no |
HAS_DATACLASSIFICATION() |
Determine if DATACLASSIFICATION 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_DATAARTIFACTLIST¶
TYPES TT_DATAARTIFACTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPIDATAARTIFACT WITH DEFAULT KEY
.