Class: Aws::Types::CreateWorkflowRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkflowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_run_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute default_run_properties.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#max_concurrent_runs ⇒ ::Integer
Returns the value of attribute max_concurrent_runs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#default_run_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute default_run_properties.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def default_run_properties @default_run_properties end |
#description ⇒ ::String
Returns the value of attribute description.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def description @description end |
#max_concurrent_runs ⇒ ::Integer
Returns the value of attribute max_concurrent_runs.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def max_concurrent_runs @max_concurrent_runs end |
#name ⇒ ::String
Returns the value of attribute name.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def @tags end |