Class: Aws::Types::CreateLegalHoldInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateLegalHoldInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#recovery_point_selection ⇒ Types::RecoveryPointSelection
Returns the value of attribute recovery_point_selection.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
378 379 380 |
# File 'sig/types.rbs', line 378 def description @description end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
379 380 381 |
# File 'sig/types.rbs', line 379 def idempotency_token @idempotency_token end |
#recovery_point_selection ⇒ Types::RecoveryPointSelection
Returns the value of attribute recovery_point_selection.
380 381 382 |
# File 'sig/types.rbs', line 380 def recovery_point_selection @recovery_point_selection end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
381 382 383 |
# File 'sig/types.rbs', line 381 def @tags end |
#title ⇒ ::String
Returns the value of attribute title.
377 378 379 |
# File 'sig/types.rbs', line 377 def title @title end |