Class: Aws::Types::UpdateMigrationWorkflowResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:workflow_inputs])

Instance Attribute Summary collapse

Instance Attribute Details

#ads_application_configuration_id::String

Returns the value of attribute ads_application_configuration_id.

Returns:

  • (::String)


612
613
614
# File 'sig/types.rbs', line 612

def ads_application_configuration_id
  @ads_application_configuration_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


616
617
618
# File 'sig/types.rbs', line 616

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


610
611
612
# File 'sig/types.rbs', line 610

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


617
618
619
# File 'sig/types.rbs', line 617

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

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")


615
616
617
# File 'sig/types.rbs', line 615

def status
  @status
end

#step_targets::Array[::String]

Returns the value of attribute step_targets.

Returns:

  • (::Array[::String])


614
615
616
# File 'sig/types.rbs', line 614

def step_targets
  @step_targets
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


618
619
620
# File 'sig/types.rbs', line 618

def tags
  @tags
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def template_id
  @template_id
end

#workflow_inputs::Hash[::String, Types::StepInput]

Returns the value of attribute workflow_inputs.

Returns:



613
614
615
# File 'sig/types.rbs', line 613

def workflow_inputs
  @workflow_inputs
end