Class: Aws::BackupGateway::Types::GetHypervisorOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hypervisorTypes::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