Class: Aws::StorageGateway::Types::DeleteGatewayOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DeleteGatewayOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
A JSON object containing the ID of the deleted gateway.
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.
2400 2401 2402 2403 2404 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2400 class DeleteGatewayOutput < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |