/AWS1/CL_DBRDESCRDATASETRSP¶
DescribeDatasetResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_name
TYPE /AWS1/DBRDATASETNAME
/AWS1/DBRDATASETNAME
¶
The name of the dataset.
io_input
TYPE REF TO /AWS1/CL_DBRINPUT
/AWS1/CL_DBRINPUT
¶
Input
Optional arguments:¶
iv_createdby
TYPE /AWS1/DBRCREATEDBY
/AWS1/DBRCREATEDBY
¶
The identifier (user name) of the user who created the dataset.
iv_createdate
TYPE /AWS1/DBRDATE
/AWS1/DBRDATE
¶
The date and time that the dataset was created.
iv_format
TYPE /AWS1/DBRINPUTFORMAT
/AWS1/DBRINPUTFORMAT
¶
The file format of a dataset that is created from an Amazon S3 file or folder.
io_formatoptions
TYPE REF TO /AWS1/CL_DBRFORMATOPTIONS
/AWS1/CL_DBRFORMATOPTIONS
¶
FormatOptions
iv_lastmodifieddate
TYPE /AWS1/DBRDATE
/AWS1/DBRDATE
¶
The date and time that the dataset was last modified.
iv_lastmodifiedby
TYPE /AWS1/DBRLASTMODIFIEDBY
/AWS1/DBRLASTMODIFIEDBY
¶
The identifier (user name) of the user who last modified the dataset.
iv_source
TYPE /AWS1/DBRSOURCE
/AWS1/DBRSOURCE
¶
The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
io_pathoptions
TYPE REF TO /AWS1/CL_DBRPATHOPTIONS
/AWS1/CL_DBRPATHOPTIONS
¶
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
it_tags
TYPE /AWS1/CL_DBRTAGMAP_W=>TT_TAGMAP
TT_TAGMAP
¶
Metadata tags associated with this dataset.
iv_resourcearn
TYPE /AWS1/DBRARN
/AWS1/DBRARN
¶
The Amazon Resource Name (ARN) of the dataset.
Queryable Attributes¶
CreatedBy¶
The identifier (user name) of the user who created the dataset.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
CreateDate¶
The date and time that the dataset was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDATE() |
Getter for CREATEDATE, with configurable default |
ASK_CREATEDATE() |
Getter for CREATEDATE w/ exceptions if field has no value |
HAS_CREATEDATE() |
Determine if CREATEDATE has a value |
Name¶
The name of the dataset.
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 |
Format¶
The file format of a dataset that is created from an Amazon S3 file or folder.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FORMAT() |
Getter for FORMAT, with configurable default |
ASK_FORMAT() |
Getter for FORMAT w/ exceptions if field has no value |
HAS_FORMAT() |
Determine if FORMAT has a value |
FormatOptions¶
FormatOptions
Accessible with the following methods¶
Method | Description |
---|---|
GET_FORMATOPTIONS() |
Getter for FORMATOPTIONS |
Input¶
Input
Accessible with the following methods¶
Method | Description |
---|---|
GET_INPUT() |
Getter for INPUT |
LastModifiedDate¶
The date and time that the dataset was last modified.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTMODIFIEDDATE() |
Getter for LASTMODIFIEDDATE, with configurable default |
ASK_LASTMODIFIEDDATE() |
Getter for LASTMODIFIEDDATE w/ exceptions if field has no va |
HAS_LASTMODIFIEDDATE() |
Determine if LASTMODIFIEDDATE has a value |
LastModifiedBy¶
The identifier (user name) of the user who last modified the dataset.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTMODIFIEDBY() |
Getter for LASTMODIFIEDBY, with configurable default |
ASK_LASTMODIFIEDBY() |
Getter for LASTMODIFIEDBY w/ exceptions if field has no valu |
HAS_LASTMODIFIEDBY() |
Determine if LASTMODIFIEDBY has a value |
Source¶
The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |
PathOptions¶
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PATHOPTIONS() |
Getter for PATHOPTIONS |
Tags¶
Metadata tags associated with this dataset.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
ResourceArn¶
The Amazon Resource Name (ARN) of the dataset.
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 |