Class: Aws::Types::DataReplicationInitiationStep
- Inherits:
-
Object
- Object
- Aws::Types::DataReplicationInitiationStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "WAIT", ...
Returns the value of attribute name.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
Instance Attribute Details
#name ⇒ "WAIT", ...
Returns the value of attribute name.
193 194 195 |
# File 'sig/types.rbs', line 193 def name @name end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
194 195 196 |
# File 'sig/types.rbs', line 194 def status @status end |