Class: Aws::BackupGateway::Types::DeleteHypervisorInput

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 to delete.

Returns:

  • (String)


204
205
206
207
208
# File 'lib/aws-sdk-backupgateway/types.rb', line 204

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