Skip to content

/AWS1/CL_DZNUPDGLOSSARYOUTPUT

UpdateGlossaryOutput

CONSTRUCTOR

IMPORTING

Required arguments:

IV_DOMAINID TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID

The identifier of the Amazon DataZone domain in which a business glossary is to be updated.

IV_ID TYPE /AWS1/DZNGLOSSARYID /AWS1/DZNGLOSSARYID

The identifier of the business glossary that is to be updated.

IV_NAME TYPE /AWS1/DZNGLOSSARYNAME /AWS1/DZNGLOSSARYNAME

The name to be updated as part of the UpdateGlossary action.

IV_OWNINGPROJECTID TYPE /AWS1/DZNPROJECTID /AWS1/DZNPROJECTID

The identifier of the project in which to update a business glossary.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/DZNGLOSSARYDESCRIPTION /AWS1/DZNGLOSSARYDESCRIPTION

The description to be updated as part of the UpdateGlossary action.

IV_STATUS TYPE /AWS1/DZNGLOSSARYSTATUS /AWS1/DZNGLOSSARYSTATUS

The status to be updated as part of the UpdateGlossary action.


Queryable Attributes

domainId

The identifier of the Amazon DataZone domain in which a business glossary is to be updated.

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 business glossary that is to be updated.

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

name

The name to be updated as part of the UpdateGlossary action.

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

owningProjectId

The identifier of the project in which to update a business glossary.

Accessible with the following methods

Method Description
GET_OWNINGPROJECTID() Getter for OWNINGPROJECTID, with configurable default
ASK_OWNINGPROJECTID() Getter for OWNINGPROJECTID w/ exceptions if field has no val
HAS_OWNINGPROJECTID() Determine if OWNINGPROJECTID has a value

description

The description to be updated as part of the UpdateGlossary action.

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

status

The status to be updated as part of the UpdateGlossary action.

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