Class: Aws::Types::UpdateBackupPlanOutput

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:



2289
2290
2291
# File 'sig/types.rbs', line 2289

def advanced_backup_settings
  @advanced_backup_settings
end

#backup_plan_arn::String

Returns the value of attribute backup_plan_arn.

Returns:

  • (::String)


2286
2287
2288
# File 'sig/types.rbs', line 2286

def backup_plan_arn
  @backup_plan_arn
end

#backup_plan_id::String

Returns the value of attribute backup_plan_id.

Returns:

  • (::String)


2285
2286
2287
# File 'sig/types.rbs', line 2285

def backup_plan_id
  @backup_plan_id
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


2287
2288
2289
# File 'sig/types.rbs', line 2287

def creation_date
  @creation_date
end

#scan_settings::Array[Types::ScanSetting]

Returns the value of attribute scan_settings.

Returns:



2290
2291
2292
# File 'sig/types.rbs', line 2290

def scan_settings
  @scan_settings
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


2288
2289
2290
# File 'sig/types.rbs', line 2288

def version_id
  @version_id
end