/AWS1/CL_OSRLISTVPCENDPTACCRSP¶
ListVpcEndpointAccessResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_authorizedprincipallist TYPE /AWS1/CL_OSRAUTHDPRINCIPAL=>TT_AUTHORIZEDPRINCIPALLIST TT_AUTHORIZEDPRINCIPALLIST¶
A list of IAM principals that can currently access the domain.
iv_nexttoken TYPE /AWS1/OSRNEXTTOKEN /AWS1/OSRNEXTTOKEN¶
When
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
Queryable Attributes¶
AuthorizedPrincipalList¶
A list of IAM principals that can currently access the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHORIZEDPRINCIPALLIST() |
Getter for AUTHORIZEDPRINCIPALLIST, with configurable defaul |
ASK_AUTHORIZEDPRINCIPALLIST() |
Getter for AUTHORIZEDPRINCIPALLIST w/ exceptions if field ha |
HAS_AUTHORIZEDPRINCIPALLIST() |
Determine if AUTHORIZEDPRINCIPALLIST has a value |
NextToken¶
When
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
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 |