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.
3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3936 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.
3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3936 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.
3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3936 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.
3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3936 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.
3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3936 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.
3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3936 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.
3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3936 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.
3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3936 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.
3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3936 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.
3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3936 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 |