Class: Aws::BackupGateway::Types::DeleteGatewayInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::DeleteGatewayInput
- 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 to delete.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway to delete.
184 185 186 187 188 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 184 class DeleteGatewayInput < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |