You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Backup::Types::GetBackupPlanInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetBackupPlanInput
- Defined in:
- (unknown)
Overview
Note:
When passing GetBackupPlanInput as input to an Aws::Client method, you can use a vanilla Hash:
{
backup_plan_id: "string", # required
version_id: "string",
}
Instance Attribute Summary collapse
-
#backup_plan_id ⇒ String
Uniquely identifies a backup plan.
-
#version_id ⇒ String
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.
Instance Attribute Details
#backup_plan_id ⇒ String
Uniquely identifies a backup plan.
#version_id ⇒ String
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.