Skip to content

Commit a88c788

Browse files
committed
chore: change attributes to parameters to be consistent
Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
1 parent 31ff730 commit a88c788

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

src/core/zowe/core_for_zowe_sdk/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Log:
1919
"""
2020
Class used to represent a logger.
2121
22-
Attributes
22+
Parameters
2323
----------
2424
dirname: str
2525
Path where the log file is saved

src/workflows/zowe/workflows_for_zowe_sdk/response/workflows.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class CreateWorkflowResponse:
2121
2222
See more at: [Create a workflow: Response from a create workflow request](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-create-workflow#POSTMethodCreateAWorkflow__CreateWorkflowResponse)
2323
24-
Attributes
24+
Parameters
2525
----------
2626
workflowKey: Optional[str]
2727
Workflow key. A string value, which is generated by z/OSMF to uniquely identify the workflow instance.
@@ -60,7 +60,7 @@ class GetWorkflowPropertiesResponse:
6060
6161
See more at: [Get the properties of a workflow: JSON object that is returned to a get workflow properties request](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__ResponseBodyGetProperties)
6262
63-
Attributes
63+
Parameters
6464
----------
6565
workflowName: Optional[str]
6666
Descriptive name for the workflow.
@@ -217,7 +217,7 @@ class WorkflowAutomationStatusResponse:
217217
- [Response content: automationStatus](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__ResponseBodyGetProperties__entry__1)
218218
- [Response content: Format of the automation-info object](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__ResponseBodyGetPropertiesAutomation)
219219
220-
Attributes
220+
Parameters
221221
----------
222222
startUser: Optional[str]
223223
User ID of the user who initiated the automation processing.
@@ -267,7 +267,7 @@ class WorkflowStepResponse:
267267
- [Get the properties of a workflow: Effects of access type on the returned data](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__ConsiderationsForAccessType__title__1)
268268
- [Get Workflow Properties request: Format of the step-info object](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__ResponseBodyGetPropertiesSteps)
269269
270-
Attributes
270+
Parameters
271271
----------
272272
name: Optional[str]
273273
(All step types) Name of the step.
@@ -490,7 +490,7 @@ class WorkflowJobInfoResponse:
490490
For more information:
491491
- [Get Workflow Properties request: Format of the jobInfo object](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__table_jobInfoObject)
492492
493-
Attributes
493+
Parameters
494494
----------
495495
jobstatus: Optional['WorkflowJobStatusResponse']
496496
Contains the WorkflowJobStatusResponse object, which contains details about the job.
@@ -529,7 +529,7 @@ class WorkflowJobStatusResponse:
529529
For more information:
530530
- [Get Workflow Properties request: Format of the jobstatus object](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__table_jobstatus)
531531
532-
Attributes
532+
Parameters
533533
----------
534534
retcode: Optional[str]
535535
Job completion code.
@@ -584,7 +584,7 @@ class WorkflowJobFileResponse:
584584
For more information:
585585
- [Get Workflow Properties request: Format of the jobfiles object](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__table_jobfiles_object)
586586
587-
Attributes
587+
Parameters
588588
----------
589589
id: Optional[int]
590590
Data set number (key).
@@ -637,7 +637,7 @@ class WorkflowVariableReferenceResponse:
637637
For more information:
638638
- [Get Workflow Properties request: Format of the variable-reference object](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__ResponseBodyGetPropertiesVarRef)
639639
640-
Attributes
640+
Parameters
641641
----------
642642
name: Optional[str]
643643
Name of the variable.
@@ -668,7 +668,7 @@ class WorkflowVariableResponse:
668668
For more information:
669669
- [Get Workflow Properties request: Format of the variable-info object](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__ResponseBodyGetPropertiesVars)
670670
671-
Attributes
671+
Parameters
672672
----------
673673
name: Optional[str]
674674
Name of the variable.
@@ -707,7 +707,7 @@ class ListWorkflowsResponse:
707707
708708
See more at: [List workflows request: Format of the workflow-info object](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-list-workflows-system-sysplex#GETMethodListWorkflows__ResponseBodyListWorkflows)
709709
710-
Attributes
710+
Parameters
711711
----------
712712
workflowName: Optional[str]
713713
Descriptive name for the workflow.

0 commit comments

Comments
 (0)