Class: Aws::Backup::Types::CancelLegalHoldInput

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)


1050
1051
1052
1053
1054
1055
1056
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1050

class CancelLegalHoldInput < Struct.new(
  :legal_hold_id,
  :cancel_description,
  :retain_record_in_days)
  SENSITIVE = []
  include Aws::Structure
end

Legal hold ID required to remove the specified legal hold on a recovery point.

Returns:

  • (String)


1050
1051
1052
1053
1054
1055
1056
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1050

class CancelLegalHoldInput < Struct.new(
  :legal_hold_id,
  :cancel_description,
  :retain_record_in_days)
  SENSITIVE = []
  include Aws::Structure
end

#retain_record_in_daysInteger

The integer amount in days specifying amount of days after this API operation to remove legal hold.

Returns:

  • (Integer)


1050
1051
1052
1053
1054
1055
1056
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1050

class CancelLegalHoldInput < Struct.new(
  :legal_hold_id,
  :cancel_description,
  :retain_record_in_days)
  SENSITIVE = []
  include Aws::Structure
end