Class: Aws::Types::DeleteBackupPlanOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_plan_arn::String

Returns the value of attribute backup_plan_arn.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def backup_plan_arn
  @backup_plan_arn
end

#backup_plan_id::String

Returns the value of attribute backup_plan_id.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def backup_plan_id
  @backup_plan_id
end

#deletion_date::Time

Returns the value of attribute deletion_date.

Returns:

  • (::Time)


510
511
512
# File 'sig/types.rbs', line 510

def deletion_date
  @deletion_date
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def version_id
  @version_id
end