/AWS1/CL_ECACACHESNETGROUPMSG¶
Represents the output of a DescribeCacheSubnetGroups
operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_MARKER
TYPE /AWS1/ECASTRING
/AWS1/ECASTRING
¶
Provides an identifier to allow retrieval of paginated results.
IT_CACHESUBNETGROUPS
TYPE /AWS1/CL_ECACACHESUBNETGROUP=>TT_CACHESUBNETGROUPS
TT_CACHESUBNETGROUPS
¶
A list of cache subnet groups. Each element in the list contains detailed information about one 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 |
CacheSubnetGroups¶
A list of cache subnet groups. Each element in the list contains detailed information about one group.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CACHESUBNETGROUPS() |
Getter for CACHESUBNETGROUPS, with configurable default |
ASK_CACHESUBNETGROUPS() |
Getter for CACHESUBNETGROUPS w/ exceptions if field has no v |
HAS_CACHESUBNETGROUPS() |
Determine if CACHESUBNETGROUPS has a value |