Class: Aws::Types::CreateBackupPlanInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackupPlanInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_plan ⇒ Types::BackupPlanInput
Returns the value of attribute backup_plan.
-
#backup_plan_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute backup_plan_tags.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
Instance Attribute Details
#backup_plan ⇒ Types::BackupPlanInput
Returns the value of attribute backup_plan.
317 318 319 |
# File 'sig/types.rbs', line 317 def backup_plan @backup_plan end |
#backup_plan_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute backup_plan_tags.
318 319 320 |
# File 'sig/types.rbs', line 318 def @backup_plan_tags end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
319 320 321 |
# File 'sig/types.rbs', line 319 def creator_request_id @creator_request_id end |