Skip to content

/AWS1/CL_BUPCREATERPTPLANOUT

CreateReportPlanOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_reportplanname TYPE /AWS1/BUPREPORTPLANNAME /AWS1/BUPREPORTPLANNAME

The unique name of the report plan.

iv_reportplanarn TYPE /AWS1/BUPARN /AWS1/BUPARN

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

iv_creationtime TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

The date and time a backup vault is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.


Queryable Attributes

ReportPlanName

The unique name of the report plan.

Accessible with the following methods

Method Description
GET_REPORTPLANNAME() Getter for REPORTPLANNAME, with configurable default
ASK_REPORTPLANNAME() Getter for REPORTPLANNAME w/ exceptions if field has no valu
HAS_REPORTPLANNAME() Determine if REPORTPLANNAME has a value

ReportPlanArn

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

Accessible with the following methods

Method Description
GET_REPORTPLANARN() Getter for REPORTPLANARN, with configurable default
ASK_REPORTPLANARN() Getter for REPORTPLANARN w/ exceptions if field has no value
HAS_REPORTPLANARN() Determine if REPORTPLANARN has a value

CreationTime

The date and time a backup vault is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value