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