Class: Aws::Types::CreateMigrationWorkflowRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMigrationWorkflowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_configuration_id ⇒ ::String
Returns the value of attribute application_configuration_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#input_parameters ⇒ ::Hash[::String, Types::StepInput]
Returns the value of attribute input_parameters.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#step_targets ⇒ ::Array[::String]
Returns the value of attribute step_targets.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#application_configuration_id ⇒ ::String
Returns the value of attribute application_configuration_id.
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.
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.
26 27 28 |
# File 'sig/types.rbs', line 26 def input_parameters @input_parameters end |
#name ⇒ ::String
Returns the value of attribute name.
22 23 24 |
# File 'sig/types.rbs', line 22 def name @name end |
#step_targets ⇒ ::Array[::String]
Returns the value of attribute step_targets.
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.
28 29 30 |
# File 'sig/types.rbs', line 28 def @tags end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
24 25 26 |
# File 'sig/types.rbs', line 24 def template_id @template_id end |