Class: Aws::Backup::Types::CreateLegalHoldOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::CreateLegalHoldOutput
- Defined in:
- gems/aws-sdk-backup/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.
1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1889 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.
1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1889 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.
1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1889 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.
1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1889 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.
1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1889 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.
1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1889 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.
1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1889 class CreateLegalHoldOutput < Struct.new( :title, :status, :description, :legal_hold_id, :legal_hold_arn, :creation_date, :recovery_point_selection) SENSITIVE = [] include Aws::Structure end |