Skip to content

/AWS1/CL_BUPCREBKUPACCPOINTRSP

CreateBackupAccessPointResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_accesspointarn TYPE /AWS1/BUPACCESSPOINTARN /AWS1/BUPACCESSPOINTARN

The Amazon Resource Name (ARN) that uniquely identifies the created backup access point.

iv_status TYPE /AWS1/BUPACCESSPOINTSTATUS /AWS1/BUPACCESSPOINTSTATUS

The current status of the backup access point. A newly created backup access point begins in the CREATING state and becomes usable when it reaches AVAILABLE.


Queryable Attributes

AccessPointArn

The Amazon Resource Name (ARN) that uniquely identifies the created backup access point.

Accessible with the following methods

Method Description
GET_ACCESSPOINTARN() Getter for ACCESSPOINTARN, with configurable default
ASK_ACCESSPOINTARN() Getter for ACCESSPOINTARN w/ exceptions if field has no valu
HAS_ACCESSPOINTARN() Determine if ACCESSPOINTARN has a value

Status

The current status of the backup access point. A newly created backup access point begins in the CREATING state and becomes usable when it reaches AVAILABLE.

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