/AWS1/CL_TSIDBPARAMGROUPSUMM¶
Contains a summary of a DB parameter group.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/TSIDBPARAMETERGROUPID00 /AWS1/TSIDBPARAMETERGROUPID00¶
A service-generated unique identifier.
iv_name TYPE /AWS1/TSIDBPARAMETERGROUPNAME /AWS1/TSIDBPARAMETERGROUPNAME¶
This customer-supplied name uniquely identifies the parameter group.
iv_arn TYPE /AWS1/TSIARN /AWS1/TSIARN¶
The Amazon Resource Name (ARN) of the DB parameter group.
Optional arguments:¶
iv_description TYPE /AWS1/TSISTRING /AWS1/TSISTRING¶
A description of the DB parameter group.
Queryable Attributes¶
id¶
A service-generated unique identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
name¶
This customer-supplied name uniquely identifies the parameter group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
arn¶
The Amazon Resource Name (ARN) of the DB parameter group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
description¶
A description of the DB parameter group.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DBPARAMETERGROUPSUMMARYLIST¶
TYPES TT_DBPARAMETERGROUPSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TSIDBPARAMGROUPSUMM WITH DEFAULT KEY
.