Class: Aws::BackupGateway::Types::ImportHypervisorConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::ImportHypervisorConfigurationOutput
- Defined in:
- gems/aws-sdk-backupgateway/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 disassociated.
Instance Attribute Details
#hypervisor_arn ⇒ String
The Amazon Resource Name (ARN) of the hypervisor you disassociated.
458 459 460 461 462 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 458 class ImportHypervisorConfigurationOutput < Struct.new( :hypervisor_arn) SENSITIVE = [] include Aws::Structure end |