Class: Aws::Drs::Types::RecoveryInstanceDataReplicationInitiationStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::RecoveryInstanceDataReplicationInitiationStep
- Defined in:
- gems/aws-sdk-drs/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.
3013 3014 3015 3016 3017 3018 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3013 class RecoveryInstanceDataReplicationInitiationStep < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the step.
3013 3014 3015 3016 3017 3018 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3013 class RecoveryInstanceDataReplicationInitiationStep < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |