Class: Aws::Types::CreateMigrationWorkflowResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateMigrationWorkflowResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ads_application_configuration_id ⇒ ::String
Returns the value of attribute ads_application_configuration_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#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.
-
#workflow_inputs ⇒ ::Hash[::String, Types::StepInput]
Returns the value of attribute workflow_inputs.
Instance Attribute Details
#ads_application_configuration_id ⇒ ::String
Returns the value of attribute ads_application_configuration_id.
38 39 40 |
# File 'sig/types.rbs', line 38 def ads_application_configuration_id @ads_application_configuration_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
34 35 36 |
# File 'sig/types.rbs', line 34 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
42 43 44 |
# File 'sig/types.rbs', line 42 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
36 37 38 |
# File 'sig/types.rbs', line 36 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
33 34 35 |
# File 'sig/types.rbs', line 33 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
35 36 37 |
# File 'sig/types.rbs', line 35 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
41 42 43 |
# File 'sig/types.rbs', line 41 def status @status end |
#step_targets ⇒ ::Array[::String]
Returns the value of attribute step_targets.
40 41 42 |
# File 'sig/types.rbs', line 40 def step_targets @step_targets end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
43 44 45 |
# File 'sig/types.rbs', line 43 def end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
37 38 39 |
# File 'sig/types.rbs', line 37 def template_id @template_id end |
#workflow_inputs ⇒ ::Hash[::String, Types::StepInput]
Returns the value of attribute workflow_inputs.
39 40 41 |
# File 'sig/types.rbs', line 39 def workflow_inputs @workflow_inputs end |