Class: Aws::GuardDuty::Types::RecoveryPoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::RecoveryPoint
- 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
-
#backup_vault_name ⇒ String
The name of the Amazon Web Services Backup vault that contains the name of the recovery point to be scanned.
Instance Attribute Details
#backup_vault_name ⇒ String
The name of the Amazon Web Services Backup vault that contains the name of the recovery point to be scanned.
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 |