Class: Aws::Backup::Types::ListRecoveryPointsByLegalHoldOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ListRecoveryPointsByLegalHoldOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The next item following a partial list of returned resources.
-
#recovery_points ⇒ Array<Types::RecoveryPointMember>
The recovery points.
Instance Attribute Details
#next_token ⇒ String
The next item following a partial list of returned resources.
5565 5566 5567 5568 5569 5570 |
# File 'lib/aws-sdk-backup/types.rb', line 5565 class ListRecoveryPointsByLegalHoldOutput < Struct.new( :recovery_points, :next_token) SENSITIVE = [] include Aws::Structure end |
#recovery_points ⇒ Array<Types::RecoveryPointMember>
The recovery points.
5565 5566 5567 5568 5569 5570 |
# File 'lib/aws-sdk-backup/types.rb', line 5565 class ListRecoveryPointsByLegalHoldOutput < Struct.new( :recovery_points, :next_token) SENSITIVE = [] include Aws::Structure end |