Class: Aws::Backup::Types::GetLegalHoldOutput

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

#cancel_descriptionString

String describing the reason for removing the legal hold.

Returns:

  • (String)


3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3954

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_dateTime

Time in number when legal hold was cancelled.

Returns:

  • (Time)


3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3954

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_dateTime

Time in number format when legal hold was created.

Returns:

  • (Time)


3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3954

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

#descriptionString

This is the returned string description of the legal hold.

Returns:

  • (String)


3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3954

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

This is the returned framework ARN for the specified legal hold. An Amazon Resource Name (ARN) uniquely identifies a resource. The format of the ARN depends on the resource type.

Returns:

  • (String)


3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3954

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

This is the returned ID associated with a specified legal hold.

Returns:

  • (String)


3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3954

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

This specifies criteria to assign a set of resources, such as resource types or backup vaults.



3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3954

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_untilTime

This is the date and time until which the legal hold record will be retained.

Returns:

  • (Time)


3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3954

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

#statusString

This is the status of the legal hold. Statuses can be ACTIVE, CREATING, CANCELED, and CANCELING.

Returns:

  • (String)


3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3954

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

#titleString

This is the string title of the legal hold.

Returns:

  • (String)


3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3954

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