Learn R Programming

paws.storage (version 0.1.12)

backup_update_global_settings: Updates the current global settings for the AWS Account

Description

Updates the current global settings for the AWS Account. Use the describe_global_settings API to determine the current settings.

Usage

backup_update_global_settings(GlobalSettings)

Value

An empty list.

Arguments

GlobalSettings

A list of resources along with the opt-in preferences for the account.

Request syntax

svc$update_global_settings(
  GlobalSettings = list(
    "string"
  )
)