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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/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)


3669
3670
3671
3672
3673
3674
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3669

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)


3669
3670
3671
3672
3673
3674
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3669

class GetBackupPlanInput < Struct.new(
  :backup_plan_id,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end