Class: Aws::Types::RecoveryInstanceDataReplicationInitiation
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryInstanceDataReplicationInitiation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#start_date_time ⇒ ::String
Returns the value of attribute start_date_time.
-
#steps ⇒ ::Array[Types::RecoveryInstanceDataReplicationInitiationStep]
Returns the value of attribute steps.
Instance Attribute Details
#start_date_time ⇒ ::String
Returns the value of attribute start_date_time.
927 928 929 |
# File 'sig/types.rbs', line 927 def start_date_time @start_date_time end |
#steps ⇒ ::Array[Types::RecoveryInstanceDataReplicationInitiationStep]
Returns the value of attribute steps.
928 929 930 |
# File 'sig/types.rbs', line 928 def steps @steps end |