Learn R Programming

paws.storage (version 0.1.12)

backup_describe_global_settings: The current feature settings for the AWS Account

Description

The current feature settings for the AWS Account.

Usage

backup_describe_global_settings()

Arguments

Value

A list with the following syntax:

list(
  GlobalSettings = list(
    "string"
  ),
  LastUpdateTime = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$describe_global_settings()