Class: Aws::Types::UpdateMigrationWorkflowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:input_parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def id
  @id
end

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

Returns the value of attribute input_parameters.

Returns:



601
602
603
# File 'sig/types.rbs', line 601

def input_parameters
  @input_parameters
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


599
600
601
# File 'sig/types.rbs', line 599

def name
  @name
end

#step_targets::Array[::String]

Returns the value of attribute step_targets.

Returns:

  • (::Array[::String])


602
603
604
# File 'sig/types.rbs', line 602

def step_targets
  @step_targets
end