Class: Aws::BackupGateway::Types::DeleteHypervisorOutput

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 deleted.

Returns:

  • (String)


220
221
222
223
224
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 220

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