Class: Aws::Backup::Types::CreateLegalHoldInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::CreateLegalHoldInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the legal hold.
-
#idempotency_token ⇒ String
This is a user-chosen string used to distinguish between otherwise identical calls.
-
#recovery_point_selection ⇒ Types::RecoveryPointSelection
The criteria to assign a set of resources, such as resource types or backup vaults.
-
#tags ⇒ Hash<String,String>
Optional tags to include.
-
#title ⇒ String
The title of the legal hold.
Instance Attribute Details
#description ⇒ String
The description of the legal hold.
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_token ⇒ String
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.
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_selection ⇒ Types::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 |
#tags ⇒ Hash<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: + - = . _ : /.
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 |
#title ⇒ String
The title of the legal hold.
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 |