Skip to contents

AWSAccessCredentials Class

Format

An R6Class generator object

Public fields

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]

Methods


Method new()

Usage

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,
  ...
)


Method toJSON()

Usage

AWSAccessCredentials$toJSON()


Method fromJSON()

Usage

AWSAccessCredentials$fromJSON(AWSAccessCredentialsJson)


Method toJSONString()

Usage

AWSAccessCredentials$toJSONString()


Method fromJSONString()

Usage

AWSAccessCredentials$fromJSONString(AWSAccessCredentialsJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

AWSAccessCredentials$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.