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)


4116
4117
4118
4119
4120
4121
4122
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4116

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

#max_scheduled_runs_previewInteger

Number of future scheduled backup runs to preview. When set to 0 (default), no scheduled runs preview is included in the response. Valid range is 0-10.

Returns:

  • (Integer)


4116
4117
4118
4119
4120
4121
4122
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4116

class GetBackupPlanInput < Struct.new(
  :backup_plan_id,
  :version_id,
  :max_scheduled_runs_preview)
  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)


4116
4117
4118
4119
4120
4121
4122
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4116

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