Class: Aws::Types::RestoreFromBackupConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#autonomous_database_backup_id::String

Returns the value of attribute autonomous_database_backup_id.

Returns:

  • (::String)


2284
2285
2286
# File 'sig/types.rbs', line 2284

def autonomous_database_backup_id
  @autonomous_database_backup_id
end

#clone_table_space_list::Array[::Integer]

Returns the value of attribute clone_table_space_list.

Returns:

  • (::Array[::Integer])


2286
2287
2288
# File 'sig/types.rbs', line 2286

def clone_table_space_list
  @clone_table_space_list
end

#clone_type"FULL", ...

Returns the value of attribute clone_type.

Returns:

  • ("FULL", "METADATA", "PARTIAL")


2285
2286
2287
# File 'sig/types.rbs', line 2285

def clone_type
  @clone_type
end