Class: Aws::Types::CreateBackupSelectionInput

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)


333
334
335
# File 'sig/types.rbs', line 333

def backup_plan_id
  @backup_plan_id
end

#backup_selectionTypes::BackupSelection

Returns the value of attribute backup_selection.



334
335
336
# File 'sig/types.rbs', line 334

def backup_selection
  @backup_selection
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def creator_request_id
  @creator_request_id
end