Class: Aws::Types::CreateBackupPlanOutput

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:



328
329
330
# File 'sig/types.rbs', line 328

def advanced_backup_settings
  @advanced_backup_settings
end

#backup_plan_arn::String

Returns the value of attribute backup_plan_arn.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def backup_plan_arn
  @backup_plan_arn
end

#backup_plan_id::String

Returns the value of attribute backup_plan_id.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

def backup_plan_id
  @backup_plan_id
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


326
327
328
# File 'sig/types.rbs', line 326

def creation_date
  @creation_date
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def version_id
  @version_id
end