
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.
storagegateway_describe_gateway_information(GatewayARN)
[required]
svc$describe_gateway_information( GatewayARN = "string" )
# 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 DataLab