/AWS1/CL_PPEGETDEDICATEDIPSRSP¶
Information about the dedicated IP addresses that are associated with your Amazon Pinpoint account.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_dedicatedips TYPE /AWS1/CL_PPEDEDICATEDIP=>TT_DEDICATEDIPLIST TT_DEDICATEDIPLIST¶
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
iv_nexttoken TYPE /AWS1/PPENEXTTOKEN /AWS1/PPENEXTTOKEN¶
A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to
GetDedicatedIps, passing this token in theNextTokenparameter.
Queryable Attributes¶
DedicatedIps¶
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEDICATEDIPS() |
Getter for DEDICATEDIPS, with configurable default |
ASK_DEDICATEDIPS() |
Getter for DEDICATEDIPS w/ exceptions if field has no value |
HAS_DEDICATEDIPS() |
Determine if DEDICATEDIPS has a value |
NextToken¶
A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to
GetDedicatedIps, passing this token in theNextTokenparameter.
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 |