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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#backup_vault_nameString

The name of the backup vault containing the recovery point.

Returns:

  • (String)


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_arnString

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

Returns:

  • (String)


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