paws.storage (version 0.1.0)

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)

Arguments

GatewayARN

[required]

Request syntax

svc$describe_maintenance_start_time(
  GatewayARN = "string"
)

Examples

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

Run the code above in your browser using DataLab