Class: Aws::Backup::Types::CreateLegalHoldOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The time when the legal hold was created.

Returns:

  • (Time)


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

#descriptionString

The description of the legal hold.

Returns:

  • (String)


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

The Amazon Resource Name (ARN) of the legal hold.

Returns:

  • (String)


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

The ID of the legal hold.

Returns:

  • (String)


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_selectionTypes::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

#statusString

The status of the legal hold.

Returns:

  • (String)


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

#titleString

The title of the legal hold.

Returns:

  • (String)


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