Skip to content

/AWS1/CL_BUPCREATELEGALHOLDOUT

CreateLegalHoldOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_title TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING

The title of the legal hold.

iv_status TYPE /AWS1/BUPLEGALHOLDSTATUS /AWS1/BUPLEGALHOLDSTATUS

The status of the legal hold.

iv_description TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING

The description of the legal hold.

iv_legalholdid TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING

The ID of the legal hold.

iv_legalholdarn TYPE /AWS1/BUPARN /AWS1/BUPARN

The Amazon Resource Name (ARN) of the legal hold.

iv_creationdate TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

The time when the legal hold was created.

io_recoverypointselection TYPE REF TO /AWS1/CL_BUPRECPOINTSELECTION /AWS1/CL_BUPRECPOINTSELECTION

The criteria to assign to a set of resources, such as resource types or backup vaults.


Queryable Attributes

Title

The title of the legal hold.

Accessible with the following methods

Method Description
GET_TITLE() Getter for TITLE, with configurable default
ASK_TITLE() Getter for TITLE w/ exceptions if field has no value
HAS_TITLE() Determine if TITLE has a value

Status

The status of the legal hold.

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

Description

The description of the legal hold.

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

LegalHoldId

The ID of the legal hold.

Accessible with the following methods

Method Description
GET_LEGALHOLDID() Getter for LEGALHOLDID, with configurable default
ASK_LEGALHOLDID() Getter for LEGALHOLDID w/ exceptions if field has no value
HAS_LEGALHOLDID() Determine if LEGALHOLDID has a value

LegalHoldArn

The Amazon Resource Name (ARN) of the legal hold.

Accessible with the following methods

Method Description
GET_LEGALHOLDARN() Getter for LEGALHOLDARN, with configurable default
ASK_LEGALHOLDARN() Getter for LEGALHOLDARN w/ exceptions if field has no value
HAS_LEGALHOLDARN() Determine if LEGALHOLDARN has a value

CreationDate

The time when the legal hold was created.

Accessible with the following methods

Method Description
GET_CREATIONDATE() Getter for CREATIONDATE, with configurable default
ASK_CREATIONDATE() Getter for CREATIONDATE w/ exceptions if field has no value
HAS_CREATIONDATE() Determine if CREATIONDATE has a value

RecoveryPointSelection

The criteria to assign to a set of resources, such as resource types or backup vaults.

Accessible with the following methods

Method Description
GET_RECOVERYPOINTSELECTION() Getter for RECOVERYPOINTSELECTION