Class: Aws::Backup::Types::ListRecoveryPointsByLegalHoldOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

This return is the next item following a partial list of returned resources.

Returns:

  • (String)


5575
5576
5577
5578
5579
5580
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5575

class ListRecoveryPointsByLegalHoldOutput < Struct.new(
  :recovery_points,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_pointsArray<Types::RecoveryPointMember>

This is a list of the recovery points returned by ListRecoveryPointsByLegalHold.

Returns:



5575
5576
5577
5578
5579
5580
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5575

class ListRecoveryPointsByLegalHoldOutput < Struct.new(
  :recovery_points,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end