Class: Aws::Types::ArchiveAction
- Inherits:
-
Object
- Object
- Aws::Types::ArchiveAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_failure_policy ⇒ "CONTINUE", "DROP"
Returns the value of attribute action_failure_policy.
-
#target_archive ⇒ ::String
Returns the value of attribute target_archive.
Instance Attribute Details
#action_failure_policy ⇒ "CONTINUE", "DROP"
Returns the value of attribute action_failure_policy.
68 69 70 |
# File 'sig/types.rbs', line 68 def action_failure_policy @action_failure_policy end |
#target_archive ⇒ ::String
Returns the value of attribute target_archive.
69 70 71 |
# File 'sig/types.rbs', line 69 def target_archive @target_archive end |