Class: Aws::Types::ApplicationRestoreConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_restore_type"SKIP_RESTORE_FROM_SNAPSHOT", ...

Returns the value of attribute application_restore_type.

Returns:

  • ("SKIP_RESTORE_FROM_SNAPSHOT", "RESTORE_FROM_LATEST_SNAPSHOT", "RESTORE_FROM_CUSTOM_SNAPSHOT")


230
231
232
# File 'sig/types.rbs', line 230

def application_restore_type
  @application_restore_type
end

#snapshot_name::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def snapshot_name
  @snapshot_name
end