Class: Aws::BackupGateway::Types::UpdateHypervisorOutput

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 you updated.

Returns:

  • (String)


1266
1267
1268
1269
1270
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1266

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