Learn R Programming

paws.storage (version 0.1.12)

storagegateway_describe_maintenance_start_time: Returns your gateway's weekly maintenance start time including the day and time of the week

Description

Returns your gateway's weekly maintenance start time including the day and time of the week. Note that values are in terms of the gateway's time zone.

Usage

storagegateway_describe_maintenance_start_time(GatewayARN)

Value

A list with the following syntax:

list(
  GatewayARN = "string",
  HourOfDay = 123,
  MinuteOfHour = 123,
  DayOfWeek = 123,
  DayOfMonth = 123,
  Timezone = "string"
)

Arguments

GatewayARN

[required]

Request syntax

svc$describe_maintenance_start_time(
  GatewayARN = "string"
)

Examples

Run this code
if (FALSE) {
# Returns your gateway's weekly maintenance start time including the day
# and time of the week.
svc$describe_maintenance_start_time(
  GatewayARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
)
}

Run the code above in your browser using DataLab