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)


16968
16969
16970
# File 'sig/types.rbs', line 16968

def dry_run
  @dry_run
end

#permanent_restoreBoolean

Returns the value of attribute permanent_restore.

Returns:

  • (Boolean)


16967
16968
16969
# File 'sig/types.rbs', line 16967

def permanent_restore
  @permanent_restore
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


16965
16966
16967
# File 'sig/types.rbs', line 16965

def snapshot_id
  @snapshot_id
end

#temporary_restore_days::Integer

Returns the value of attribute temporary_restore_days.

Returns:

  • (::Integer)


16966
16967
16968
# File 'sig/types.rbs', line 16966

def temporary_restore_days
  @temporary_restore_days
end