Class: Aws::Types::DeleteMigrationWorkflowResponse

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)


113
114
115
# File 'sig/types.rbs', line 113

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

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


114
115
116
# File 'sig/types.rbs', line 114

def status
  @status
end