Class: Aws::BackupGateway::Types::DeleteHypervisorOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::DeleteHypervisorOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backupgateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hypervisor_arn ⇒ String
The Amazon Resource Name (ARN) of the hypervisor you deleted.
Instance Attribute Details
#hypervisor_arn ⇒ String
The Amazon Resource Name (ARN) of the hypervisor you deleted.
220 221 222 223 224 |
# File 'lib/aws-sdk-backupgateway/types.rb', line 220 class DeleteHypervisorOutput < Struct.new( :hypervisor_arn) SENSITIVE = [] include Aws::Structure end |