Class: Aws::Drs::Types::RecoverySnapshot
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::RecoverySnapshot
- Defined in:
- gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb
Overview
A snapshot of a Source Server used during recovery.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ebs_snapshots ⇒ Array<String>
A list of EBS snapshots.
-
#expected_timestamp ⇒ String
The timestamp of when we expect the snapshot to be taken.
-
#snapshot_id ⇒ String
The ID of the Recovery Snapshot.
-
#source_server_id ⇒ String
The ID of the Source Server that the snapshot was taken for.
-
#timestamp ⇒ String
The actual timestamp that the snapshot was taken.
Instance Attribute Details
#ebs_snapshots ⇒ Array<String>
A list of EBS snapshots.
2701 2702 2703 2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2701 class RecoverySnapshot < Struct.new( :snapshot_id, :source_server_id, :expected_timestamp, :timestamp, :ebs_snapshots) SENSITIVE = [] include Aws::Structure end |
#expected_timestamp ⇒ String
The timestamp of when we expect the snapshot to be taken.
2701 2702 2703 2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2701 class RecoverySnapshot < Struct.new( :snapshot_id, :source_server_id, :expected_timestamp, :timestamp, :ebs_snapshots) SENSITIVE = [] include Aws::Structure end |
#snapshot_id ⇒ String
The ID of the Recovery Snapshot.
2701 2702 2703 2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2701 class RecoverySnapshot < Struct.new( :snapshot_id, :source_server_id, :expected_timestamp, :timestamp, :ebs_snapshots) SENSITIVE = [] include Aws::Structure end |
#source_server_id ⇒ String
The ID of the Source Server that the snapshot was taken for.
2701 2702 2703 2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2701 class RecoverySnapshot < Struct.new( :snapshot_id, :source_server_id, :expected_timestamp, :timestamp, :ebs_snapshots) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ String
The actual timestamp that the snapshot was taken.
2701 2702 2703 2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2701 class RecoverySnapshot < Struct.new( :snapshot_id, :source_server_id, :expected_timestamp, :timestamp, :ebs_snapshots) SENSITIVE = [] include Aws::Structure end |