Class: Aws::Types::RestoreSnapshotTierRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


16332
16333
16334
# File 'sig/types.rbs', line 16332

def dry_run
  @dry_run
end

#permanent_restoreBoolean

Returns the value of attribute permanent_restore.

Returns:

  • (Boolean)


16331
16332
16333
# File 'sig/types.rbs', line 16331

def permanent_restore
  @permanent_restore
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


16329
16330
16331
# File 'sig/types.rbs', line 16329

def snapshot_id
  @snapshot_id
end

#temporary_restore_days::Integer

Returns the value of attribute temporary_restore_days.

Returns:

  • (::Integer)


16330
16331
16332
# File 'sig/types.rbs', line 16330

def temporary_restore_days
  @temporary_restore_days
end