/AWS1/CL_RSHREVISIONTARGET¶
Describes a RevisionTarget
.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_databaserevision
TYPE /AWS1/RSHSTRING
/AWS1/RSHSTRING
¶
A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.
iv_description
TYPE /AWS1/RSHSTRING
/AWS1/RSHSTRING
¶
A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.
iv_databaserevisionrelease00
TYPE /AWS1/RSHTSTAMP
/AWS1/RSHTSTAMP
¶
The date on which the database revision was released.
Queryable Attributes¶
DatabaseRevision¶
A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATABASEREVISION() |
Getter for DATABASEREVISION, with configurable default |
ASK_DATABASEREVISION() |
Getter for DATABASEREVISION w/ exceptions if field has no va |
HAS_DATABASEREVISION() |
Determine if DATABASEREVISION has a value |
Description¶
A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.
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 |
DatabaseRevisionReleaseDate¶
The date on which the database revision was released.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATABASEREVISIONRELEAS00() |
Getter for DATABASEREVISIONRELEASEDATE, with configurable de |
ASK_DATABASEREVISIONRELEAS00() |
Getter for DATABASEREVISIONRELEASEDATE w/ exceptions if fiel |
HAS_DATABASEREVISIONRELEAS00() |
Determine if DATABASEREVISIONRELEASEDATE 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_REVISIONTARGETSLIST
¶
TYPES TT_REVISIONTARGETSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RSHREVISIONTARGET WITH DEFAULT KEY
.