Class: Aws::Types::GetBackupPlanOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#advanced_backup_settings::Array[Types::AdvancedBackupSetting]

Returns the value of attribute advanced_backup_settings.

Returns:



939
940
941
# File 'sig/types.rbs', line 939

def advanced_backup_settings
  @advanced_backup_settings
end

#backup_planTypes::BackupPlan

Returns the value of attribute backup_plan.

Returns:



931
932
933
# File 'sig/types.rbs', line 931

def backup_plan
  @backup_plan
end

#backup_plan_arn::String

Returns the value of attribute backup_plan_arn.

Returns:

  • (::String)


933
934
935
# File 'sig/types.rbs', line 933

def backup_plan_arn
  @backup_plan_arn
end

#backup_plan_id::String

Returns the value of attribute backup_plan_id.

Returns:

  • (::String)


932
933
934
# File 'sig/types.rbs', line 932

def backup_plan_id
  @backup_plan_id
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


936
937
938
# File 'sig/types.rbs', line 936

def creation_date
  @creation_date
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


935
936
937
# File 'sig/types.rbs', line 935

def creator_request_id
  @creator_request_id
end

#deletion_date::Time

Returns the value of attribute deletion_date.

Returns:

  • (::Time)


937
938
939
# File 'sig/types.rbs', line 937

def deletion_date
  @deletion_date
end

#last_execution_date::Time

Returns the value of attribute last_execution_date.

Returns:

  • (::Time)


938
939
940
# File 'sig/types.rbs', line 938

def last_execution_date
  @last_execution_date
end

#scheduled_runs_preview::Array[Types::ScheduledPlanExecutionMember]

Returns the value of attribute scheduled_runs_preview.



940
941
942
# File 'sig/types.rbs', line 940

def scheduled_runs_preview
  @scheduled_runs_preview
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


934
935
936
# File 'sig/types.rbs', line 934

def version_id
  @version_id
end