Class: Aws::Types::StopMigrationWorkflowResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def id
  @id
end

#last_stop_time::Time

Returns the value of attribute last_stop_time.

Returns:

  • (::Time)


517
518
519
# File 'sig/types.rbs', line 517

def last_stop_time
  @last_stop_time
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")


515
516
517
# File 'sig/types.rbs', line 515

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def status_message
  @status_message
end