/AWS1/CL_ECACACHEPARAMGRPSMSG¶
Represents the output of a DescribeCacheParameterGroups
operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_MARKER
TYPE /AWS1/ECASTRING
/AWS1/ECASTRING
¶
Provides an identifier to allow retrieval of paginated results.
IT_CACHEPARAMETERGROUPS
TYPE /AWS1/CL_ECACACHEPARAMGROUP=>TT_CACHEPARAMETERGROUPLIST
TT_CACHEPARAMETERGROUPLIST
¶
A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.
Queryable Attributes¶
Marker¶
Provides an identifier to allow retrieval of paginated results.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MARKER() |
Getter for MARKER, with configurable default |
ASK_MARKER() |
Getter for MARKER w/ exceptions if field has no value |
HAS_MARKER() |
Determine if MARKER has a value |
CacheParameterGroups¶
A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CACHEPARAMETERGROUPS() |
Getter for CACHEPARAMETERGROUPS, with configurable default |
ASK_CACHEPARAMETERGROUPS() |
Getter for CACHEPARAMETERGROUPS w/ exceptions if field has n |
HAS_CACHEPARAMETERGROUPS() |
Determine if CACHEPARAMETERGROUPS has a value |