Class: Aws::EC2::Types::RestoreSnapshotTierResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_permanent_restoreBoolean

Indicates whether the snapshot is permanently restored. true indicates a permanent restore. false indicates a temporary restore.

Returns:

  • (Boolean)


58196
58197
58198
58199
58200
58201
58202
58203
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58196

class RestoreSnapshotTierResult < Struct.new(
  :snapshot_id,
  :restore_start_time,
  :restore_duration,
  :is_permanent_restore)
  SENSITIVE = []
  include Aws::Structure
end

#restore_durationInteger

For temporary restores only. The number of days for which the archived snapshot is temporarily restored.

Returns:

  • (Integer)


58196
58197
58198
58199
58200
58201
58202
58203
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58196

class RestoreSnapshotTierResult < Struct.new(
  :snapshot_id,
  :restore_start_time,
  :restore_duration,
  :is_permanent_restore)
  SENSITIVE = []
  include Aws::Structure
end

#restore_start_timeTime

The date and time when the snapshot restore process started.

Returns:

  • (Time)


58196
58197
58198
58199
58200
58201
58202
58203
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58196

class RestoreSnapshotTierResult < Struct.new(
  :snapshot_id,
  :restore_start_time,
  :restore_duration,
  :is_permanent_restore)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_idString

The ID of the snapshot.

Returns:

  • (String)


58196
58197
58198
58199
58200
58201
58202
58203
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58196

class RestoreSnapshotTierResult < Struct.new(
  :snapshot_id,
  :restore_start_time,
  :restore_duration,
  :is_permanent_restore)
  SENSITIVE = []
  include Aws::Structure
end