Class: Aws::Types::GetBackupSelectionInput

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)


945
946
947
# File 'sig/types.rbs', line 945

def backup_plan_id
  @backup_plan_id
end

#selection_id::String

Returns the value of attribute selection_id.

Returns:

  • (::String)


946
947
948
# File 'sig/types.rbs', line 946

def selection_id
  @selection_id
end