Class: Aws::Backup::Types::GetLegalHoldOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetLegalHoldOutput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cancel_description ⇒ String
The reason for removing the legal hold.
-
#cancellation_date ⇒ Time
The time when the legal hold was cancelled.
-
#creation_date ⇒ Time
The time when the legal hold was created.
-
#description ⇒ String
The description of the legal hold.
-
#legal_hold_arn ⇒ String
The framework ARN for the specified legal hold.
-
#legal_hold_id ⇒ String
The ID of the legal hold.
-
#recovery_point_selection ⇒ Types::RecoveryPointSelection
The criteria to assign a set of resources, such as resource types or backup vaults.
-
#retain_record_until ⇒ Time
The date and time until which the legal hold record is retained.
-
#status ⇒ String
The status of the legal hold.
-
#title ⇒ String
The title of the legal hold.
Instance Attribute Details
#cancel_description ⇒ String
The reason for removing the legal hold.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4436 class GetLegalHoldOutput < Struct.new( :title, :status, :description, :cancel_description, :legal_hold_id, :legal_hold_arn, :creation_date, :cancellation_date, :retain_record_until, :recovery_point_selection) SENSITIVE = [] include Aws::Structure end |
#cancellation_date ⇒ Time
The time when the legal hold was cancelled.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4436 class GetLegalHoldOutput < Struct.new( :title, :status, :description, :cancel_description, :legal_hold_id, :legal_hold_arn, :creation_date, :cancellation_date, :retain_record_until, :recovery_point_selection) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The time when the legal hold was created.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4436 class GetLegalHoldOutput < Struct.new( :title, :status, :description, :cancel_description, :legal_hold_id, :legal_hold_arn, :creation_date, :cancellation_date, :retain_record_until, :recovery_point_selection) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the legal hold.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4436 class GetLegalHoldOutput < Struct.new( :title, :status, :description, :cancel_description, :legal_hold_id, :legal_hold_arn, :creation_date, :cancellation_date, :retain_record_until, :recovery_point_selection) SENSITIVE = [] include Aws::Structure end |
#legal_hold_arn ⇒ String
The framework ARN for the specified legal hold. The format of the ARN depends on the resource type.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4436 class GetLegalHoldOutput < Struct.new( :title, :status, :description, :cancel_description, :legal_hold_id, :legal_hold_arn, :creation_date, :cancellation_date, :retain_record_until, :recovery_point_selection) SENSITIVE = [] include Aws::Structure end |
#legal_hold_id ⇒ String
The ID of the legal hold.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4436 class GetLegalHoldOutput < Struct.new( :title, :status, :description, :cancel_description, :legal_hold_id, :legal_hold_arn, :creation_date, :cancellation_date, :retain_record_until, :recovery_point_selection) SENSITIVE = [] include Aws::Structure end |
#recovery_point_selection ⇒ Types::RecoveryPointSelection
The criteria to assign a set of resources, such as resource types or backup vaults.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4436 class GetLegalHoldOutput < Struct.new( :title, :status, :description, :cancel_description, :legal_hold_id, :legal_hold_arn, :creation_date, :cancellation_date, :retain_record_until, :recovery_point_selection) SENSITIVE = [] include Aws::Structure end |
#retain_record_until ⇒ Time
The date and time until which the legal hold record is retained.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4436 class GetLegalHoldOutput < Struct.new( :title, :status, :description, :cancel_description, :legal_hold_id, :legal_hold_arn, :creation_date, :cancellation_date, :retain_record_until, :recovery_point_selection) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the legal hold.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4436 class GetLegalHoldOutput < Struct.new( :title, :status, :description, :cancel_description, :legal_hold_id, :legal_hold_arn, :creation_date, :cancellation_date, :retain_record_until, :recovery_point_selection) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the legal hold.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4436 class GetLegalHoldOutput < Struct.new( :title, :status, :description, :cancel_description, :legal_hold_id, :legal_hold_arn, :creation_date, :cancellation_date, :retain_record_until, :recovery_point_selection) SENSITIVE = [] include Aws::Structure end |