Class: Aws::GuardDuty::Types::RecoveryPoint

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Contains information about the recovery point configuration for scanning backup data from Amazon Web Services Backup.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_nameString

The name of the Amazon Web Services Backup vault that contains the name of the recovery point to be scanned.

Returns:

  • (String)


8705
8706
8707
8708
8709
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8705

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