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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/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)


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

#descriptionString

The description of the legal hold.

Returns:

  • (String)


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

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

Returns:

  • (String)


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

The ID of the legal hold.

Returns:

  • (String)


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

#statusString

The status of the legal hold.

Returns:

  • (String)


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

#titleString

The title of the legal hold.

Returns:

  • (String)


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