Class: Aws::Backup::Types::GetBackupPlanInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetBackupPlanInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
3657 3658 3659 3660 3661 3662 |
# File 'lib/aws-sdk-backup/types.rb', line 3657 class GetBackupPlanInput < Struct.new( :backup_plan_id, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
3657 3658 3659 3660 3661 3662 |
# File 'lib/aws-sdk-backup/types.rb', line 3657 class GetBackupPlanInput < Struct.new( :backup_plan_id, :version_id) SENSITIVE = [] include Aws::Structure end |