Accept Eulas
nimblestudio_accept_eulas | R Documentation |
Accept EULAs¶
Description¶
Accept EULAs.
Usage¶
Arguments¶
clientToken
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
eulaIds
The EULA ID.
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"
)
)
)