Class: Aws::Types::DataReplicationInitiation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_attempt_date_time::String

Returns the value of attribute next_attempt_date_time.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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