Class: Aws::GuardDuty::Types::RecoveryPointDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Contains details about the backup recovery point.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_nameString

The name of the backup vault containing the recovery point.

Returns:

  • (String)


10065
10066
10067
10068
10069
10070
# File 'lib/aws-sdk-guardduty/types.rb', line 10065

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

#recovery_point_arnString

The Amazon Resource Name (ARN) of the recovery point.

Returns:

  • (String)


10065
10066
10067
10068
10069
10070
# File 'lib/aws-sdk-guardduty/types.rb', line 10065

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