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.
8896 8897 8898 8899 8900 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8896 class RecoveryPoint < Struct.new( :backup_vault_name) SENSITIVE = [] include Aws::Structure end |