Class: Aws::GuardDuty::Types::RecoveryPointDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::RecoveryPointDetails
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains details about the backup recovery point.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_vault_name ⇒ String
The name of the backup vault containing the recovery point.
-
#recovery_point_arn ⇒ String
The Amazon Resource Name (ARN) of the recovery point.
Instance Attribute Details
#backup_vault_name ⇒ String
The name of the backup vault containing the recovery point.
8908 8909 8910 8911 8912 8913 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8908 class RecoveryPointDetails < Struct.new( :recovery_point_arn, :backup_vault_name) SENSITIVE = [] include Aws::Structure end |
#recovery_point_arn ⇒ String
The Amazon Resource Name (ARN) of the recovery point.
8908 8909 8910 8911 8912 8913 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8908 class RecoveryPointDetails < Struct.new( :recovery_point_arn, :backup_vault_name) SENSITIVE = [] include Aws::Structure end |