Class: Aws::Backup::Types::GetBackupPlanInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_plan_idString

Uniquely identifies a backup plan.

Returns:

  • (String)


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_idString

Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.

Returns:

  • (String)


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