Class: Aws::Types::RestoreSnapshotTierResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_permanent_restoreBoolean

Returns the value of attribute is_permanent_restore.

Returns:

  • (Boolean)


16340
16341
16342
# File 'sig/types.rbs', line 16340

def is_permanent_restore
  @is_permanent_restore
end

#restore_duration::Integer

Returns the value of attribute restore_duration.

Returns:

  • (::Integer)


16339
16340
16341
# File 'sig/types.rbs', line 16339

def restore_duration
  @restore_duration
end

#restore_start_time::Time

Returns the value of attribute restore_start_time.

Returns:

  • (::Time)


16338
16339
16340
# File 'sig/types.rbs', line 16338

def restore_start_time
  @restore_start_time
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


16337
16338
16339
# File 'sig/types.rbs', line 16337

def snapshot_id
  @snapshot_id
end