Class: Aws::Types::CreateMigrationWorkflowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_configuration_id::String

Returns the value of attribute application_configuration_id.

Returns:



25
26
27
# File 'sig/types.rbs', line 25

def application_configuration_id
  @application_configuration_id
end

#description::String

Returns the value of attribute description.

Returns:



23
24
25
# File 'sig/types.rbs', line 23

def description
  @description
end

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

Returns the value of attribute input_parameters.

Returns:



26
27
28
# File 'sig/types.rbs', line 26

def input_parameters
  @input_parameters
end

#name::String

Returns the value of attribute name.

Returns:



22
23
24
# File 'sig/types.rbs', line 22

def name
  @name
end

#step_targets::Array[::String]

Returns the value of attribute step_targets.

Returns:



27
28
29
# File 'sig/types.rbs', line 27

def step_targets
  @step_targets
end

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

Returns the value of attribute tags.

Returns:



28
29
30
# File 'sig/types.rbs', line 28

def tags
  @tags
end

#template_id::String

Returns the value of attribute template_id.

Returns:



24
25
26
# File 'sig/types.rbs', line 24

def template_id
  @template_id
end