Class: Aws::Types::AwsBackupBackupPlanRuleDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_window_minutes::Integer

Returns the value of attribute completion_window_minutes.

Returns:

  • (::Integer)


730
731
732
# File 'sig/types.rbs', line 730

def completion_window_minutes
  @completion_window_minutes
end

#copy_actions::Array[Types::AwsBackupBackupPlanRuleCopyActionsDetails]

Returns the value of attribute copy_actions.



731
732
733
# File 'sig/types.rbs', line 731

def copy_actions
  @copy_actions
end

#enable_continuous_backupBoolean

Returns the value of attribute enable_continuous_backup.

Returns:

  • (Boolean)


729
730
731
# File 'sig/types.rbs', line 729

def enable_continuous_backup
  @enable_continuous_backup
end

#lifecycleTypes::AwsBackupBackupPlanLifecycleDetails

Returns the value of attribute lifecycle.



732
733
734
# File 'sig/types.rbs', line 732

def lifecycle
  @lifecycle
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


728
729
730
# File 'sig/types.rbs', line 728

def rule_id
  @rule_id
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


727
728
729
# File 'sig/types.rbs', line 727

def rule_name
  @rule_name
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


726
727
728
# File 'sig/types.rbs', line 726

def schedule_expression
  @schedule_expression
end

#start_window_minutes::Integer

Returns the value of attribute start_window_minutes.

Returns:

  • (::Integer)


725
726
727
# File 'sig/types.rbs', line 725

def start_window_minutes
  @start_window_minutes
end

#target_backup_vault::String

Returns the value of attribute target_backup_vault.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def target_backup_vault
  @target_backup_vault
end