Class: Aws::Types::BackupRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::BackupRuleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_window_minutes ⇒ ::Integer
Returns the value of attribute completion_window_minutes.
-
#copy_actions ⇒ ::Array[Types::CopyAction]
Returns the value of attribute copy_actions.
-
#enable_continuous_backup ⇒ Boolean
Returns the value of attribute enable_continuous_backup.
-
#index_actions ⇒ ::Array[Types::IndexAction]
Returns the value of attribute index_actions.
-
#lifecycle ⇒ Types::Lifecycle
Returns the value of attribute lifecycle.
-
#recovery_point_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute recovery_point_tags.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#scan_actions ⇒ ::Array[Types::ScanAction]
Returns the value of attribute scan_actions.
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
-
#schedule_expression_timezone ⇒ ::String
Returns the value of attribute schedule_expression_timezone.
-
#start_window_minutes ⇒ ::Integer
Returns the value of attribute start_window_minutes.
-
#target_backup_vault_name ⇒ ::String
Returns the value of attribute target_backup_vault_name.
-
#target_logically_air_gapped_backup_vault_arn ⇒ ::String
Returns the value of attribute target_logically_air_gapped_backup_vault_arn.
Instance Attribute Details
#completion_window_minutes ⇒ ::Integer
Returns the value of attribute completion_window_minutes.
146 147 148 |
# File 'sig/types.rbs', line 146 def completion_window_minutes @completion_window_minutes end |
#copy_actions ⇒ ::Array[Types::CopyAction]
Returns the value of attribute copy_actions.
149 150 151 |
# File 'sig/types.rbs', line 149 def copy_actions @copy_actions end |
#enable_continuous_backup ⇒ Boolean
Returns the value of attribute enable_continuous_backup.
150 151 152 |
# File 'sig/types.rbs', line 150 def enable_continuous_backup @enable_continuous_backup end |
#index_actions ⇒ ::Array[Types::IndexAction]
Returns the value of attribute index_actions.
152 153 154 |
# File 'sig/types.rbs', line 152 def index_actions @index_actions end |
#lifecycle ⇒ Types::Lifecycle
Returns the value of attribute lifecycle.
147 148 149 |
# File 'sig/types.rbs', line 147 def lifecycle @lifecycle end |
#recovery_point_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute recovery_point_tags.
148 149 150 |
# File 'sig/types.rbs', line 148 def @recovery_point_tags end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
141 142 143 |
# File 'sig/types.rbs', line 141 def rule_name @rule_name end |
#scan_actions ⇒ ::Array[Types::ScanAction]
Returns the value of attribute scan_actions.
153 154 155 |
# File 'sig/types.rbs', line 153 def scan_actions @scan_actions end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
144 145 146 |
# File 'sig/types.rbs', line 144 def schedule_expression @schedule_expression end |
#schedule_expression_timezone ⇒ ::String
Returns the value of attribute schedule_expression_timezone.
151 152 153 |
# File 'sig/types.rbs', line 151 def schedule_expression_timezone @schedule_expression_timezone end |
#start_window_minutes ⇒ ::Integer
Returns the value of attribute start_window_minutes.
145 146 147 |
# File 'sig/types.rbs', line 145 def start_window_minutes @start_window_minutes end |
#target_backup_vault_name ⇒ ::String
Returns the value of attribute target_backup_vault_name.
142 143 144 |
# File 'sig/types.rbs', line 142 def target_backup_vault_name @target_backup_vault_name end |
#target_logically_air_gapped_backup_vault_arn ⇒ ::String
Returns the value of attribute target_logically_air_gapped_backup_vault_arn.
143 144 145 |
# File 'sig/types.rbs', line 143 def target_logically_air_gapped_backup_vault_arn @target_logically_air_gapped_backup_vault_arn end |