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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The next item following a partial list of returned resources.

Returns:

  • (String)


6789
6790
6791
6792
6793
6794
# File 'lib/aws-sdk-backup/types.rb', line 6789

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

#recovery_pointsArray<Types::RecoveryPointMember>

The recovery points.

Returns:



6789
6790
6791
6792
6793
6794
# File 'lib/aws-sdk-backup/types.rb', line 6789

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