Class: Aws::Backup::Types::CreateLegalHoldOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::CreateLegalHoldOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The time when the legal hold was created.
-
#description ⇒ String
The description of the legal hold.
-
#legal_hold_arn ⇒ String
The Amazon Resource Name (ARN) of the legal hold.
-
#legal_hold_id ⇒ String
The ID of the legal hold.
-
#recovery_point_selection ⇒ Types::RecoveryPointSelection
The criteria to assign to a set of resources, such as resource types or backup vaults.
-
#status ⇒ String
The status of the legal hold.
-
#title ⇒ String
The title of the legal hold.
Instance Attribute Details
#creation_date ⇒ Time
The time when the legal hold was created.
1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'lib/aws-sdk-backup/types.rb', line 1864 class CreateLegalHoldOutput < Struct.new( :title, :status, :description, :legal_hold_id, :legal_hold_arn, :creation_date, :recovery_point_selection) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the legal hold.
1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'lib/aws-sdk-backup/types.rb', line 1864 class CreateLegalHoldOutput < Struct.new( :title, :status, :description, :legal_hold_id, :legal_hold_arn, :creation_date, :recovery_point_selection) SENSITIVE = [] include Aws::Structure end |
#legal_hold_arn ⇒ String
The Amazon Resource Name (ARN) of the legal hold.
1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'lib/aws-sdk-backup/types.rb', line 1864 class CreateLegalHoldOutput < Struct.new( :title, :status, :description, :legal_hold_id, :legal_hold_arn, :creation_date, :recovery_point_selection) SENSITIVE = [] include Aws::Structure end |
#legal_hold_id ⇒ String
The ID of the legal hold.
1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'lib/aws-sdk-backup/types.rb', line 1864 class CreateLegalHoldOutput < Struct.new( :title, :status, :description, :legal_hold_id, :legal_hold_arn, :creation_date, :recovery_point_selection) SENSITIVE = [] include Aws::Structure end |
#recovery_point_selection ⇒ Types::RecoveryPointSelection
The criteria to assign to a set of resources, such as resource types or backup vaults.
1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'lib/aws-sdk-backup/types.rb', line 1864 class CreateLegalHoldOutput < Struct.new( :title, :status, :description, :legal_hold_id, :legal_hold_arn, :creation_date, :recovery_point_selection) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the legal hold.
1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'lib/aws-sdk-backup/types.rb', line 1864 class CreateLegalHoldOutput < Struct.new( :title, :status, :description, :legal_hold_id, :legal_hold_arn, :creation_date, :recovery_point_selection) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the legal hold.
1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'lib/aws-sdk-backup/types.rb', line 1864 class CreateLegalHoldOutput < Struct.new( :title, :status, :description, :legal_hold_id, :legal_hold_arn, :creation_date, :recovery_point_selection) SENSITIVE = [] include Aws::Structure end |