AWSAccessCredentials | R Documentation |
AWSAccessCredentials Class
An R6Class
generator object
secret_access_key
character [optional]
access_key_id
character [optional]
service_role_arn
character [optional]
name
character [optional]
default
character [optional]
buckets
list( character ) [optional]
created_at
character [optional]
updated_at
character [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)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.