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

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the legal hold.

Returns:

  • (String)


1823
1824
1825
1826
1827
1828
1829
1830
1831
# File 'lib/aws-sdk-backup/types.rb', line 1823

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)


1823
1824
1825
1826
1827
1828
1829
1830
1831
# File 'lib/aws-sdk-backup/types.rb', line 1823

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

#recovery_point_selectionTypes::RecoveryPointSelection

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



1823
1824
1825
1826
1827
1828
1829
1830
1831
# File 'lib/aws-sdk-backup/types.rb', line 1823

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>)


1823
1824
1825
1826
1827
1828
1829
1830
1831
# File 'lib/aws-sdk-backup/types.rb', line 1823

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

#titleString

The title of the legal hold.

Returns:

  • (String)


1823
1824
1825
1826
1827
1828
1829
1830
1831
# File 'lib/aws-sdk-backup/types.rb', line 1823

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