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)


58314
58315
58316
58317
58318
58319
58320
58321
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58314

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)


58314
58315
58316
58317
58318
58319
58320
58321
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58314

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)


58314
58315
58316
58317
58318
58319
58320
58321
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58314

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)


58314
58315
58316
58317
58318
58319
58320
58321
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58314

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