Class: Aws::Types::AwsBackupBackupPlanDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsBackupBackupPlanDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_plan ⇒ Types::AwsBackupBackupPlanBackupPlanDetails
Returns the value of attribute backup_plan.
-
#backup_plan_arn ⇒ ::String
Returns the value of attribute backup_plan_arn.
-
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#backup_plan ⇒ Types::AwsBackupBackupPlanBackupPlanDetails
Returns the value of attribute backup_plan.
704 705 706 |
# File 'sig/types.rbs', line 704 def backup_plan @backup_plan end |
#backup_plan_arn ⇒ ::String
Returns the value of attribute backup_plan_arn.
705 706 707 |
# File 'sig/types.rbs', line 705 def backup_plan_arn @backup_plan_arn end |
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
706 707 708 |
# File 'sig/types.rbs', line 706 def backup_plan_id @backup_plan_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
707 708 709 |
# File 'sig/types.rbs', line 707 def version_id @version_id end |