Class: Aws::Types::DataReplicationInitiation
- Inherits:
-
Object
- Object
- Aws::Types::DataReplicationInitiation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_attempt_date_time ⇒ ::String
Returns the value of attribute next_attempt_date_time.
-
#start_date_time ⇒ ::String
Returns the value of attribute start_date_time.
-
#steps ⇒ ::Array[Types::DataReplicationInitiationStep]
Returns the value of attribute steps.
Instance Attribute Details
#next_attempt_date_time ⇒ ::String
Returns the value of attribute next_attempt_date_time.
187 188 189 |
# File 'sig/types.rbs', line 187 def next_attempt_date_time @next_attempt_date_time end |
#start_date_time ⇒ ::String
Returns the value of attribute start_date_time.
186 187 188 |
# File 'sig/types.rbs', line 186 def start_date_time @start_date_time end |
#steps ⇒ ::Array[Types::DataReplicationInitiationStep]
Returns the value of attribute steps.
188 189 190 |
# File 'sig/types.rbs', line 188 def steps @steps end |