Class: Aws::Types::UpdateMigrationWorkflowRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMigrationWorkflowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
600 601 602 |
# File 'sig/types.rbs', line 600 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
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.
601 602 603 |
# File 'sig/types.rbs', line 601 def input_parameters @input_parameters end |
#name ⇒ ::String
Returns the value of attribute name.
599 600 601 |
# File 'sig/types.rbs', line 599 def name @name end |
#step_targets ⇒ ::Array[::String]
Returns the value of attribute step_targets.
602 603 604 |
# File 'sig/types.rbs', line 602 def step_targets @step_targets end |