Class: Aws::Backup::Types::ListRecoveryPointsByLegalHoldOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ListRecoveryPointsByLegalHoldOutput
- Defined in:
- gems/aws-sdk-backup/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.
5566 5567 5568 5569 5570 5571 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5566 class ListRecoveryPointsByLegalHoldOutput < Struct.new( :recovery_points, :next_token) SENSITIVE = [] include Aws::Structure end |
#recovery_points ⇒ Array<Types::RecoveryPointMember>
The recovery points.
5566 5567 5568 5569 5570 5571 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5566 class ListRecoveryPointsByLegalHoldOutput < Struct.new( :recovery_points, :next_token) SENSITIVE = [] include Aws::Structure end |