Class: Aws::Drs::Types::DataReplicationInitiation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DataReplicationInitiation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Data replication initiation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_attempt_date_time ⇒ String
The date and time of the next attempt to initiate data replication.
-
#start_date_time ⇒ String
The date and time of the current attempt to initiate data replication.
-
#steps ⇒ Array<Types::DataReplicationInitiationStep>
The steps of the current attempt to initiate data replication.
Instance Attribute Details
#next_attempt_date_time ⇒ String
The date and time of the next attempt to initiate data replication.
511 512 513 514 515 516 517 |
# File 'lib/aws-sdk-drs/types.rb', line 511 class DataReplicationInitiation < Struct.new( :next_attempt_date_time, :start_date_time, :steps) SENSITIVE = [] include Aws::Structure end |
#start_date_time ⇒ String
The date and time of the current attempt to initiate data replication.
511 512 513 514 515 516 517 |
# File 'lib/aws-sdk-drs/types.rb', line 511 class DataReplicationInitiation < Struct.new( :next_attempt_date_time, :start_date_time, :steps) SENSITIVE = [] include Aws::Structure end |
#steps ⇒ Array<Types::DataReplicationInitiationStep>
The steps of the current attempt to initiate data replication.
511 512 513 514 515 516 517 |
# File 'lib/aws-sdk-drs/types.rb', line 511 class DataReplicationInitiation < Struct.new( :next_attempt_date_time, :start_date_time, :steps) SENSITIVE = [] include Aws::Structure end |