Class: Aws::Types::BackupRule

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:recovery_point_tags])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_window_minutes::Integer

Returns the value of attribute completion_window_minutes.

Returns:

  • (::Integer)


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.

Returns:



132
133
134
# File 'sig/types.rbs', line 132

def copy_actions
  @copy_actions
end

#enable_continuous_backupBoolean

Returns the value of attribute enable_continuous_backup.

Returns:

  • (Boolean)


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.

Returns:



135
136
137
# File 'sig/types.rbs', line 135

def index_actions
  @index_actions
end

#lifecycleTypes::Lifecycle

Returns the value of attribute lifecycle.

Returns:



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.

Returns:

  • (::Hash[::String, ::String])


130
131
132
# File 'sig/types.rbs', line 130

def recovery_point_tags
  @recovery_point_tags
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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