Class: Aws::StorageGateway::Types::DeleteGatewayInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DeleteGatewayInput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
A JSON object containing the ID of the gateway to delete.
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.
2360 2361 2362 2363 2364 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2360 class DeleteGatewayInput < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |