Class: Aws::BackupGateway::Types::GetHypervisorPropertyMappingsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hypervisor_arnString

The Amazon Resource Name (ARN) of the hypervisor.

Returns:

  • (String)


442
443
444
445
446
# File 'lib/aws-sdk-backupgateway/types.rb', line 442

class GetHypervisorPropertyMappingsInput < Struct.new(
  :hypervisor_arn)
  SENSITIVE = []
  include Aws::Structure
end