Class: Aws::Types::BackupPlanInput

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:



98
99
100
# File 'sig/types.rbs', line 98

def advanced_backup_settings
  @advanced_backup_settings
end

#backup_plan_name::String

Returns the value of attribute backup_plan_name.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def backup_plan_name
  @backup_plan_name
end

#rules::Array[Types::BackupRuleInput]

Returns the value of attribute rules.

Returns:



97
98
99
# File 'sig/types.rbs', line 97

def rules
  @rules
end

#scan_settings::Array[Types::ScanSetting]

Returns the value of attribute scan_settings.

Returns:



99
100
101
# File 'sig/types.rbs', line 99

def scan_settings
  @scan_settings
end