Class: Aws::BackupGateway::Types::DisassociateGatewayFromServerOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::DisassociateGatewayFromServerOutput
- 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 disassociated.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway you disassociated.
240 241 242 243 244 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 240 class DisassociateGatewayFromServerOutput < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |