Class: Aws::Types::UpdateMigrationWorkflowResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMigrationWorkflowResponse
- 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.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#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.
612 613 614 |
# File 'sig/types.rbs', line 612 def ads_application_configuration_id @ads_application_configuration_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
608 609 610 |
# File 'sig/types.rbs', line 608 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
616 617 618 |
# File 'sig/types.rbs', line 616 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
610 611 612 |
# File 'sig/types.rbs', line 610 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
607 608 609 |
# File 'sig/types.rbs', line 607 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
617 618 619 |
# File 'sig/types.rbs', line 617 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
609 610 611 |
# File 'sig/types.rbs', line 609 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
615 616 617 |
# File 'sig/types.rbs', line 615 def status @status end |
#step_targets ⇒ ::Array[::String]
Returns the value of attribute step_targets.
614 615 616 |
# File 'sig/types.rbs', line 614 def step_targets @step_targets end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
618 619 620 |
# File 'sig/types.rbs', line 618 def @tags end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
611 612 613 |
# File 'sig/types.rbs', line 611 def template_id @template_id end |
#workflow_inputs ⇒ ::Hash[::String, Types::StepInput]
Returns the value of attribute workflow_inputs.
613 614 615 |
# File 'sig/types.rbs', line 613 def workflow_inputs @workflow_inputs end |