Class: Aws::StorageGateway::Types::ShutdownGatewayOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::ShutdownGatewayOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
A JSON object containing the Amazon Resource Name (ARN) of the gateway that was shut down.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
6033 6034 6035 6036 6037 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6033 class ShutdownGatewayOutput < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |