Class: Aws::Drs::Types::DataReplicationInitiationStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DataReplicationInitiationStep
- 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.
531 532 533 534 535 536 |
# File 'lib/aws-sdk-drs/types.rb', line 531 class DataReplicationInitiationStep < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the step.
531 532 533 534 535 536 |
# File 'lib/aws-sdk-drs/types.rb', line 531 class DataReplicationInitiationStep < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |