Class: Aws::Types::BackupRule
- Inherits:
-
Object
- Object
- Aws::Types::BackupRule
- 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_id ⇒ ::String
Returns the value of attribute rule_id.
-
#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.
128 129 130 |
# File 'sig/types.rbs', line 128 def completion_window_minutes @completion_window_minutes end |
#copy_actions ⇒ ::Array[Types::CopyAction]
Returns the value of attribute copy_actions.
132 133 134 |
# File 'sig/types.rbs', line 132 def copy_actions @copy_actions end |
#enable_continuous_backup ⇒ Boolean
Returns the value of attribute enable_continuous_backup.
133 134 135 |
# File 'sig/types.rbs', line 133 def enable_continuous_backup @enable_continuous_backup end |
#index_actions ⇒ ::Array[Types::IndexAction]
Returns the value of attribute index_actions.
135 136 137 |
# File 'sig/types.rbs', line 135 def index_actions @index_actions end |
#lifecycle ⇒ Types::Lifecycle
Returns the value of attribute lifecycle.
129 130 131 |
# File 'sig/types.rbs', line 129 def lifecycle @lifecycle end |
#recovery_point_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute recovery_point_tags.
130 131 132 |
# File 'sig/types.rbs', line 130 def @recovery_point_tags end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
131 132 133 |
# File 'sig/types.rbs', line 131 def rule_id @rule_id end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
123 124 125 |
# File 'sig/types.rbs', line 123 def rule_name @rule_name end |
#scan_actions ⇒ ::Array[Types::ScanAction]
Returns the value of attribute scan_actions.
136 137 138 |
# File 'sig/types.rbs', line 136 def scan_actions @scan_actions end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
126 127 128 |
# File 'sig/types.rbs', line 126 def schedule_expression @schedule_expression end |
#schedule_expression_timezone ⇒ ::String
Returns the value of attribute schedule_expression_timezone.
134 135 136 |
# File 'sig/types.rbs', line 134 def schedule_expression_timezone @schedule_expression_timezone end |
#start_window_minutes ⇒ ::Integer
Returns the value of attribute start_window_minutes.
127 128 129 |
# File 'sig/types.rbs', line 127 def start_window_minutes @start_window_minutes end |
#target_backup_vault_name ⇒ ::String
Returns the value of attribute target_backup_vault_name.
124 125 126 |
# File 'sig/types.rbs', line 124 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.
125 126 127 |
# File 'sig/types.rbs', line 125 def target_logically_air_gapped_backup_vault_arn @target_logically_air_gapped_backup_vault_arn end |