Class: Aws::Types::GetBackupPlanInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_plan_id::String

Returns the value of attribute backup_plan_id.

Returns:

  • (::String)


924
925
926
# File 'sig/types.rbs', line 924

def backup_plan_id
  @backup_plan_id
end

#max_scheduled_runs_preview::Integer

Returns the value of attribute max_scheduled_runs_preview.

Returns:

  • (::Integer)


926
927
928
# File 'sig/types.rbs', line 926

def max_scheduled_runs_preview
  @max_scheduled_runs_preview
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def version_id
  @version_id
end