/AWS1/CL_SESLISTCONFSETSRSP¶
A list of configuration sets associated with your Amazon Web Services account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_configurationsets
TYPE /AWS1/CL_SESCONFIGURATIONSET=>TT_CONFIGURATIONSETS
TT_CONFIGURATIONSETS
¶
A list of configuration sets.
iv_nexttoken
TYPE /AWS1/SESNEXTTOKEN
/AWS1/SESNEXTTOKEN
¶
A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of
ListConfigurationSets
.
Queryable Attributes¶
ConfigurationSets¶
A list of configuration sets.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONFIGURATIONSETS() |
Getter for CONFIGURATIONSETS, with configurable default |
ASK_CONFIGURATIONSETS() |
Getter for CONFIGURATIONSETS w/ exceptions if field has no v |
HAS_CONFIGURATIONSETS() |
Determine if CONFIGURATIONSETS has a value |
NextToken¶
A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of
ListConfigurationSets
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |