paws.storage (version 0.1.0)

storagegateway_describe_gateway_information: Returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not)

Description

Returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not). To specify which gateway to describe, use the Amazon Resource Name (ARN) of the gateway in your request.

Usage

storagegateway_describe_gateway_information(GatewayARN)

Arguments

GatewayARN

[required]

Request syntax

svc$describe_gateway_information(
  GatewayARN = "string"
)

Examples

Run this code
# NOT RUN {
# Returns metadata about a gateway such as its name, network interfaces,
# configured time zone, and the state (whether the gateway is running or
# not).
# }
# NOT RUN {
svc$describe_gateway_information(
  GatewayARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace