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

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

#cancel_descriptionString

A string the describes the reason for removing the legal hold.

Returns:

  • (String)


1059
1060
1061
1062
1063
1064
1065
# File 'lib/aws-sdk-backup/types.rb', line 1059

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

The ID of the legal hold.

Returns:

  • (String)


1059
1060
1061
1062
1063
1064
1065
# File 'lib/aws-sdk-backup/types.rb', line 1059

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, after which to remove legal hold.

Returns:

  • (Integer)


1059
1060
1061
1062
1063
1064
1065
# File 'lib/aws-sdk-backup/types.rb', line 1059

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