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.
4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4219 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.
4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4219 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.
4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4219 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.
4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4219 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.
4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4219 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.
4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4219 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.
4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4219 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.
4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4219 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.
4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4219 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.
4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4219 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 |