Class: Aws::Drs::Types::RecoveryInstanceDataReplicationInitiationStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::RecoveryInstanceDataReplicationInitiationStep
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Data replication initiation step.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the step.
-
#status ⇒ String
The status of the step.
Instance Attribute Details
#name ⇒ String
The name of the step.
2440 2441 2442 2443 2444 2445 |
# File 'lib/aws-sdk-drs/types.rb', line 2440 class RecoveryInstanceDataReplicationInitiationStep < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the step.
2440 2441 2442 2443 2444 2445 |
# File 'lib/aws-sdk-drs/types.rb', line 2440 class RecoveryInstanceDataReplicationInitiationStep < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |