Class: Aws::Types::BackupPlan

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#advanced_backup_settings::Array[Types::AdvancedBackupSetting]

Returns the value of attribute advanced_backup_settings.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def advanced_backup_settings
  @advanced_backup_settings
end

#backup_plan_name::String

Returns the value of attribute backup_plan_name.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def backup_plan_name
  @backup_plan_name
end

#rules::Array[Types::BackupRule]

Returns the value of attribute rules.

Returns:



89
90
91
# File 'sig/types.rbs', line 89

def rules
  @rules
end

#scan_settings::Array[Types::ScanSetting]

Returns the value of attribute scan_settings.

Returns:



91
92
93
# File 'sig/types.rbs', line 91

def scan_settings
  @scan_settings
end