Class: Aws::EC2::Types::RestoreSnapshotTierResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RestoreSnapshotTierResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_permanent_restore ⇒ Boolean
Indicates whether the snapshot is permanently restored.
-
#restore_duration ⇒ Integer
For temporary restores only.
-
#restore_start_time ⇒ Time
The date and time when the snapshot restore process started.
-
#snapshot_id ⇒ String
The ID of the snapshot.
Instance Attribute Details
#is_permanent_restore ⇒ Boolean
Indicates whether the snapshot is permanently restored. ‘true` indicates a permanent restore. `false` indicates a temporary restore.
62574 62575 62576 62577 62578 62579 62580 62581 |
# File 'lib/aws-sdk-ec2/types.rb', line 62574 class RestoreSnapshotTierResult < Struct.new( :snapshot_id, :restore_start_time, :restore_duration, :is_permanent_restore) SENSITIVE = [] include Aws::Structure end |
#restore_duration ⇒ Integer
For temporary restores only. The number of days for which the archived snapshot is temporarily restored.
62574 62575 62576 62577 62578 62579 62580 62581 |
# File 'lib/aws-sdk-ec2/types.rb', line 62574 class RestoreSnapshotTierResult < Struct.new( :snapshot_id, :restore_start_time, :restore_duration, :is_permanent_restore) SENSITIVE = [] include Aws::Structure end |
#restore_start_time ⇒ Time
The date and time when the snapshot restore process started.
62574 62575 62576 62577 62578 62579 62580 62581 |
# File 'lib/aws-sdk-ec2/types.rb', line 62574 class RestoreSnapshotTierResult < Struct.new( :snapshot_id, :restore_start_time, :restore_duration, :is_permanent_restore) SENSITIVE = [] include Aws::Structure end |
#snapshot_id ⇒ String
The ID of the snapshot.
62574 62575 62576 62577 62578 62579 62580 62581 |
# File 'lib/aws-sdk-ec2/types.rb', line 62574 class RestoreSnapshotTierResult < Struct.new( :snapshot_id, :restore_start_time, :restore_duration, :is_permanent_restore) SENSITIVE = [] include Aws::Structure end |