Class: Aws::Backup::Types::CreateLegalHoldInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

This is the string description of the legal hold.

Returns:

  • (String)


1812
1813
1814
1815
1816
1817
1818
1819
1820
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1812

class CreateLegalHoldInput < Struct.new(
  :title,
  :description,
  :idempotency_token,
  :recovery_point_selection,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#idempotency_tokenString

This is a user-chosen string used to distinguish between otherwise identical calls. Retrying a successful request with the same idempotency token results in a success message with no action taken.

Returns:

  • (String)


1812
1813
1814
1815
1816
1817
1818
1819
1820
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1812

class CreateLegalHoldInput < Struct.new(
  :title,
  :description,
  :idempotency_token,
  :recovery_point_selection,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#recovery_point_selectionTypes::RecoveryPointSelection

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



1812
1813
1814
1815
1816
1817
1818
1819
1820
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1812

class CreateLegalHoldInput < Struct.new(
  :title,
  :description,
  :idempotency_token,
  :recovery_point_selection,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

Optional tags to include. A tag is a key-value pair you can use to manage, filter, and search for your resources. Allowed characters include UTF-8 letters, numbers, spaces, and the following characters: + - = . _ : /.

Returns:

  • (Hash<String,String>)


1812
1813
1814
1815
1816
1817
1818
1819
1820
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1812

class CreateLegalHoldInput < Struct.new(
  :title,
  :description,
  :idempotency_token,
  :recovery_point_selection,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#titleString

This is the string title of the legal hold.

Returns:

  • (String)


1812
1813
1814
1815
1816
1817
1818
1819
1820
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1812

class CreateLegalHoldInput < Struct.new(
  :title,
  :description,
  :idempotency_token,
  :recovery_point_selection,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end