Class: Aws::Types::RecoveryPointCreator
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryPointCreator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_plan_arn ⇒ ::String
Returns the value of attribute backup_plan_arn.
-
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
-
#backup_plan_name ⇒ ::String
Returns the value of attribute backup_plan_name.
-
#backup_plan_version ⇒ ::String
Returns the value of attribute backup_plan_version.
-
#backup_rule_cron ⇒ ::String
Returns the value of attribute backup_rule_cron.
-
#backup_rule_id ⇒ ::String
Returns the value of attribute backup_rule_id.
-
#backup_rule_name ⇒ ::String
Returns the value of attribute backup_rule_name.
-
#backup_rule_timezone ⇒ ::String
Returns the value of attribute backup_rule_timezone.
Instance Attribute Details
#backup_plan_arn ⇒ ::String
Returns the value of attribute backup_plan_arn.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def backup_plan_arn @backup_plan_arn end |
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
1811 1812 1813 |
# File 'sig/types.rbs', line 1811 def backup_plan_id @backup_plan_id end |
#backup_plan_name ⇒ ::String
Returns the value of attribute backup_plan_name.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def backup_plan_name @backup_plan_name end |
#backup_plan_version ⇒ ::String
Returns the value of attribute backup_plan_version.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def backup_plan_version @backup_plan_version end |
#backup_rule_cron ⇒ ::String
Returns the value of attribute backup_rule_cron.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def backup_rule_cron @backup_rule_cron end |
#backup_rule_id ⇒ ::String
Returns the value of attribute backup_rule_id.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def backup_rule_id @backup_rule_id end |
#backup_rule_name ⇒ ::String
Returns the value of attribute backup_rule_name.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def backup_rule_name @backup_rule_name end |
#backup_rule_timezone ⇒ ::String
Returns the value of attribute backup_rule_timezone.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def backup_rule_timezone @backup_rule_timezone end |