Class: Aws::Drs::Types::RecoveryInstanceDataReplicationInitiation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::RecoveryInstanceDataReplicationInitiation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Data replication initiation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#start_date_time ⇒ String
The date and time of the current attempt to initiate data replication.
-
#steps ⇒ Array<Types::RecoveryInstanceDataReplicationInitiationStep>
The steps of the current attempt to initiate data replication.
Instance Attribute Details
#start_date_time ⇒ String
The date and time of the current attempt to initiate data replication.
2466 2467 2468 2469 2470 2471 |
# File 'lib/aws-sdk-drs/types.rb', line 2466 class RecoveryInstanceDataReplicationInitiation < Struct.new( :start_date_time, :steps) SENSITIVE = [] include Aws::Structure end |
#steps ⇒ Array<Types::RecoveryInstanceDataReplicationInitiationStep>
The steps of the current attempt to initiate data replication.
2466 2467 2468 2469 2470 2471 |
# File 'lib/aws-sdk-drs/types.rb', line 2466 class RecoveryInstanceDataReplicationInitiation < Struct.new( :start_date_time, :steps) SENSITIVE = [] include Aws::Structure end |