Class: Aws::Types::StartMigrationWorkflowResponse

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)


464
465
466
# File 'sig/types.rbs', line 464

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def id
  @id
end

#last_start_time::Time

Returns the value of attribute last_start_time.

Returns:

  • (::Time)


467
468
469
# File 'sig/types.rbs', line 467

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


465
466
467
# File 'sig/types.rbs', line 465

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


466
467
468
# File 'sig/types.rbs', line 466

def status_message
  @status_message
end