Class: Aws::Types::CreateBackupPlanOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackupPlanOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advanced_backup_settings ⇒ ::Array[Types::AdvancedBackupSetting]
Returns the value of attribute advanced_backup_settings.
-
#backup_plan_arn ⇒ ::String
Returns the value of attribute backup_plan_arn.
-
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#advanced_backup_settings ⇒ ::Array[Types::AdvancedBackupSetting]
Returns the value of attribute advanced_backup_settings.
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.
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.
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.
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.
327 328 329 |
# File 'sig/types.rbs', line 327 def version_id @version_id end |