Class: Aws::Types::DeleteBackupSelectionInput

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)


516
517
518
# File 'sig/types.rbs', line 516

def backup_plan_id
  @backup_plan_id
end

#selection_id::String

Returns the value of attribute selection_id.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def selection_id
  @selection_id
end