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)


242
243
244
# File 'sig/types.rbs', line 242

def next_attempt_date_time
  @next_attempt_date_time
end

#start_date_time ⇒ ::String

Returns the value of attribute start_date_time.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def start_date_time
  @start_date_time
end

#steps ⇒ ::Array[Types::DataReplicationInitiationStep]

Returns the value of attribute steps.



243
244
245
# File 'sig/types.rbs', line 243

def steps
  @steps
end