List Eula Acceptances
nimblestudio_list_eula_acceptances | R Documentation |
List EULA acceptances¶
Description¶
List EULA acceptances.
Usage¶
Arguments¶
eulaIds
The list of EULA IDs that have been previously accepted.
nextToken
The token for the next set of results, or null if there are no more results.
studioId
[required] The studio ID.
Value¶
A list with the following syntax:
list(
eulaAcceptances = list(
list(
acceptedAt = as.POSIXct(
"2015-01-01"
),
acceptedBy = "string",
accepteeId = "string",
eulaAcceptanceId = "string",
eulaId = "string"
)
),
nextToken = "string"
)