| AWSAccessCredentials | R Documentation |
AWSAccessCredentials Class
An R6Class generator object
secret_access_keycharacter [optional]
access_key_idcharacter [optional]
service_role_arncharacter [optional]
namecharacter [optional]
defaultcharacter [optional]
bucketslist( character ) [optional]
created_atcharacter [optional]
updated_atcharacter [optional]
new()AWSAccessCredentials$new( secret_access_key = NULL, access_key_id = NULL, service_role_arn = NULL, name = NULL, default = NULL, buckets = NULL, created_at = NULL, updated_at = NULL, ... )
toJSON()AWSAccessCredentials$toJSON()
fromJSON()AWSAccessCredentials$fromJSON(AWSAccessCredentialsJson)
toJSONString()AWSAccessCredentials$toJSONString()
fromJSONString()AWSAccessCredentials$fromJSONString(AWSAccessCredentialsJson)
clone()The objects of this class are cloneable with this method.
AWSAccessCredentials$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.