Class: Aws::BackupGateway::Types::GetHypervisorOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::GetHypervisorOutput
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hypervisor ⇒ Types::HypervisorDetails
Details about the requested hypervisor.
Instance Attribute Details
#hypervisor ⇒ Types::HypervisorDetails
Details about the requested hypervisor.
430 431 432 433 434 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 430 class GetHypervisorOutput < Struct.new( :hypervisor) SENSITIVE = [] include Aws::Structure end |