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.
4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4404 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.
4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4404 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.
4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4404 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.
4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4404 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.
4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4404 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.
4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4404 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.
4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4404 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.
4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4404 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.
4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4404 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.
4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4404 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 |