Class: Aws::BackupGateway::Types::DeleteGatewayOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::DeleteGatewayOutput
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway you deleted.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway you deleted.
196 197 198 199 200 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 196 class DeleteGatewayOutput < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |