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

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

#hypervisor_arnString

The Amazon Resource Name (ARN) of the hypervisor.

Returns:

  • (String)


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

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