Skip to content

/AWS1/CL_EC2SNAPRECYCLEBININFO

Information about a snapshot that is currently in the Recycle Bin.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_snapshotid TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The ID of the snapshot.

iv_recyclebinentertime TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME

The date and time when the snapshot entered the Recycle Bin.

iv_recyclebinexittime TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME

The date and time when the snapshot is to be permanently deleted from the Recycle Bin.

iv_description TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The description for the snapshot.

iv_volumeid TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The ID of the volume from which the snapshot was created.


Queryable Attributes

SnapshotId

The ID of the snapshot.

Accessible with the following methods

Method Description
GET_SNAPSHOTID() Getter for SNAPSHOTID, with configurable default
ASK_SNAPSHOTID() Getter for SNAPSHOTID w/ exceptions if field has no value
HAS_SNAPSHOTID() Determine if SNAPSHOTID has a value

RecycleBinEnterTime

The date and time when the snapshot entered the Recycle Bin.

Accessible with the following methods

Method Description
GET_RECYCLEBINENTERTIME() Getter for RECYCLEBINENTERTIME, with configurable default
ASK_RECYCLEBINENTERTIME() Getter for RECYCLEBINENTERTIME w/ exceptions if field has no
HAS_RECYCLEBINENTERTIME() Determine if RECYCLEBINENTERTIME has a value

RecycleBinExitTime

The date and time when the snapshot is to be permanently deleted from the Recycle Bin.

Accessible with the following methods

Method Description
GET_RECYCLEBINEXITTIME() Getter for RECYCLEBINEXITTIME, with configurable default
ASK_RECYCLEBINEXITTIME() Getter for RECYCLEBINEXITTIME w/ exceptions if field has no
HAS_RECYCLEBINEXITTIME() Determine if RECYCLEBINEXITTIME has a value

Description

The description for the snapshot.

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

VolumeId

The ID of the volume from which the snapshot was created.

Accessible with the following methods

Method Description
GET_VOLUMEID() Getter for VOLUMEID, with configurable default
ASK_VOLUMEID() Getter for VOLUMEID w/ exceptions if field has no value
HAS_VOLUMEID() Determine if VOLUMEID has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SNAPSHOTRECYCLEBININFOLIST

TYPES TT_SNAPSHOTRECYCLEBININFOLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2SNAPRECYCLEBININFO WITH DEFAULT KEY
.