Class: Aws::Types::BackupRuleInput

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)


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.

Returns:



149
150
151
# File 'sig/types.rbs', line 149

def copy_actions
  @copy_actions
end

#enable_continuous_backupBoolean

Returns the value of attribute enable_continuous_backup.

Returns:

  • (Boolean)


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.

Returns:



152
153
154
# File 'sig/types.rbs', line 152

def index_actions
  @index_actions
end

#lifecycleTypes::Lifecycle

Returns the value of attribute lifecycle.

Returns:



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.

Returns:

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


148
149
150
# File 'sig/types.rbs', line 148

def recovery_point_tags
  @recovery_point_tags
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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