Class: Aws::GuardDuty::Types::ScanConfigurationRecoveryPoint

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 used in the scan.

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 recovery point for the scanned.

Returns:

  • (String)


9945
9946
9947
9948
9949
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9945

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