Class: Aws::Types::MigrationWorkflowSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ads_application_configuration_name::String

Returns the value of attribute ads_application_configuration_name.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def ads_application_configuration_name
  @ads_application_configuration_name
end

#completed_steps::Integer

Returns the value of attribute completed_steps.

Returns:

  • (::Integer)


410
411
412
# File 'sig/types.rbs', line 410

def completed_steps
  @completed_steps
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


407
408
409
# File 'sig/types.rbs', line 407

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


408
409
410
# File 'sig/types.rbs', line 408

def end_time
  @end_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "NOT_STARTED", "CREATION_FAILED", "STARTING", "IN_PROGRESS", "WORKFLOW_FAILED", "PAUSED", "PAUSING", "PAUSING_FAILED", "USER_ATTENTION_REQUIRED", "DELETING", "DELETION_FAILED", "DELETED", "COMPLETED")


406
407
408
# File 'sig/types.rbs', line 406

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def status_message
  @status_message
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def template_id
  @template_id
end

#total_steps::Integer

Returns the value of attribute total_steps.

Returns:

  • (::Integer)


411
412
413
# File 'sig/types.rbs', line 411

def total_steps
  @total_steps
end