Skip to content

/AWS1/CL_DEXCREATEDATAGRANTRSP

CreateDataGrantResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/DEXDATAGRANTNAME /AWS1/DEXDATAGRANTNAME

The name of the data grant.

iv_senderprincipal TYPE /AWS1/DEXSENDERPRINCIPAL /AWS1/DEXSENDERPRINCIPAL

The Amazon Web Services account ID of the data grant sender.

iv_receiverprincipal TYPE /AWS1/DEXRECEIVERPRINCIPAL /AWS1/DEXRECEIVERPRINCIPAL

The Amazon Web Services account ID of the data grant receiver.

iv_acceptancestate TYPE /AWS1/DEXDATAGRANTACCANCESTATE /AWS1/DEXDATAGRANTACCANCESTATE

The acceptance state of the data grant.

iv_grantdistributionscope TYPE /AWS1/DEXGRANTDISTRIBUTIONSC00 /AWS1/DEXGRANTDISTRIBUTIONSC00

The distribution scope for the data grant.

iv_datasetid TYPE /AWS1/DEXID /AWS1/DEXID

The ID of the data set associated to the data grant.

iv_sourcedatasetid TYPE /AWS1/DEXID /AWS1/DEXID

The ID of the data set used to create the data grant.

iv_id TYPE /AWS1/DEXID /AWS1/DEXID

The ID of the data grant.

iv_arn TYPE /AWS1/DEXARN /AWS1/DEXARN

The Amazon Resource Name (ARN) of the data grant.

iv_createdat TYPE /AWS1/DEXTIMESTAMP /AWS1/DEXTIMESTAMP

The timestamp of when the data grant was created.

iv_updatedat TYPE /AWS1/DEXTIMESTAMP /AWS1/DEXTIMESTAMP

The timestamp of when the data grant was last updated.

Optional arguments:

iv_description TYPE /AWS1/DEXDATAGRANTDESCRIPTION /AWS1/DEXDATAGRANTDESCRIPTION

The description of the data grant.

iv_acceptedat TYPE /AWS1/DEXTIMESTAMP /AWS1/DEXTIMESTAMP

The timestamp of when the data grant was accepted.

iv_endsat TYPE /AWS1/DEXTIMESTAMP /AWS1/DEXTIMESTAMP

The timestamp of when access to the associated data set ends.

it_tags TYPE /AWS1/CL_DEXMAPOF__STRING_W=>TT_MAPOF__STRING TT_MAPOF__STRING

The tags associated to the data grant. A tag is a key-value pair.


Queryable Attributes

Name

The name of the data grant.

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

SenderPrincipal

The Amazon Web Services account ID of the data grant sender.

Accessible with the following methods

Method Description
GET_SENDERPRINCIPAL() Getter for SENDERPRINCIPAL, with configurable default
ASK_SENDERPRINCIPAL() Getter for SENDERPRINCIPAL w/ exceptions if field has no val
HAS_SENDERPRINCIPAL() Determine if SENDERPRINCIPAL has a value

ReceiverPrincipal

The Amazon Web Services account ID of the data grant receiver.

Accessible with the following methods

Method Description
GET_RECEIVERPRINCIPAL() Getter for RECEIVERPRINCIPAL, with configurable default
ASK_RECEIVERPRINCIPAL() Getter for RECEIVERPRINCIPAL w/ exceptions if field has no v
HAS_RECEIVERPRINCIPAL() Determine if RECEIVERPRINCIPAL has a value

Description

The description of the data grant.

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

AcceptanceState

The acceptance state of the data grant.

Accessible with the following methods

Method Description
GET_ACCEPTANCESTATE() Getter for ACCEPTANCESTATE, with configurable default
ASK_ACCEPTANCESTATE() Getter for ACCEPTANCESTATE w/ exceptions if field has no val
HAS_ACCEPTANCESTATE() Determine if ACCEPTANCESTATE has a value

AcceptedAt

The timestamp of when the data grant was accepted.

Accessible with the following methods

Method Description
GET_ACCEPTEDAT() Getter for ACCEPTEDAT, with configurable default
ASK_ACCEPTEDAT() Getter for ACCEPTEDAT w/ exceptions if field has no value
HAS_ACCEPTEDAT() Determine if ACCEPTEDAT has a value

EndsAt

The timestamp of when access to the associated data set ends.

Accessible with the following methods

Method Description
GET_ENDSAT() Getter for ENDSAT, with configurable default
ASK_ENDSAT() Getter for ENDSAT w/ exceptions if field has no value
HAS_ENDSAT() Determine if ENDSAT has a value

GrantDistributionScope

The distribution scope for the data grant.

Accessible with the following methods

Method Description
GET_GRANTDISTRIBUTIONSCOPE() Getter for GRANTDISTRIBUTIONSCOPE, with configurable default
ASK_GRANTDISTRIBUTIONSCOPE() Getter for GRANTDISTRIBUTIONSCOPE w/ exceptions if field has
HAS_GRANTDISTRIBUTIONSCOPE() Determine if GRANTDISTRIBUTIONSCOPE has a value

DataSetId

The ID of the data set associated to the data grant.

Accessible with the following methods

Method Description
GET_DATASETID() Getter for DATASETID, with configurable default
ASK_DATASETID() Getter for DATASETID w/ exceptions if field has no value
HAS_DATASETID() Determine if DATASETID has a value

SourceDataSetId

The ID of the data set used to create the data grant.

Accessible with the following methods

Method Description
GET_SOURCEDATASETID() Getter for SOURCEDATASETID, with configurable default
ASK_SOURCEDATASETID() Getter for SOURCEDATASETID w/ exceptions if field has no val
HAS_SOURCEDATASETID() Determine if SOURCEDATASETID has a value

Id

The ID of the data grant.

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

Arn

The Amazon Resource Name (ARN) of the data grant.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

CreatedAt

The timestamp of when the data grant was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

UpdatedAt

The timestamp of when the data grant was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

Tags

The tags associated to the data grant. A tag is a key-value pair.

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