Class: Aws::Drs::Types::RecoverySnapshot

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ebs_snapshotsArray<String>

A list of EBS snapshots.

Returns:

  • (Array<String>)


2678
2679
2680
2681
2682
2683
2684
2685
2686
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2678

class RecoverySnapshot < Struct.new(
  :ebs_snapshots,
  :expected_timestamp,
  :snapshot_id,
  :source_server_id,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#expected_timestampString

The timestamp of when we expect the snapshot to be taken.

Returns:

  • (String)


2678
2679
2680
2681
2682
2683
2684
2685
2686
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2678

class RecoverySnapshot < Struct.new(
  :ebs_snapshots,
  :expected_timestamp,
  :snapshot_id,
  :source_server_id,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_idString

The ID of the Recovery Snapshot.

Returns:

  • (String)


2678
2679
2680
2681
2682
2683
2684
2685
2686
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2678

class RecoverySnapshot < Struct.new(
  :ebs_snapshots,
  :expected_timestamp,
  :snapshot_id,
  :source_server_id,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#source_server_idString

The ID of the Source Server that the snapshot was taken for.

Returns:

  • (String)


2678
2679
2680
2681
2682
2683
2684
2685
2686
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2678

class RecoverySnapshot < Struct.new(
  :ebs_snapshots,
  :expected_timestamp,
  :snapshot_id,
  :source_server_id,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#timestampString

The actual timestamp that the snapshot was taken.

Returns:

  • (String)


2678
2679
2680
2681
2682
2683
2684
2685
2686
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2678

class RecoverySnapshot < Struct.new(
  :ebs_snapshots,
  :expected_timestamp,
  :snapshot_id,
  :source_server_id,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end