Class: Aws::Types::GetBackupPlanInput
- Inherits:
-
Object
- Object
- Aws::Types::GetBackupPlanInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
-
#max_scheduled_runs_preview ⇒ ::Integer
Returns the value of attribute max_scheduled_runs_preview.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
924 925 926 |
# File 'sig/types.rbs', line 924 def backup_plan_id @backup_plan_id end |
#max_scheduled_runs_preview ⇒ ::Integer
Returns the value of attribute max_scheduled_runs_preview.
926 927 928 |
# File 'sig/types.rbs', line 926 def max_scheduled_runs_preview @max_scheduled_runs_preview end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
925 926 927 |
# File 'sig/types.rbs', line 925 def version_id @version_id end |