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.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def default_run_properties @default_run_properties end |
#description ⇒ ::String
Returns the value of attribute description.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def description @description end |
#max_concurrent_runs ⇒ ::Integer
Returns the value of attribute max_concurrent_runs.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def max_concurrent_runs @max_concurrent_runs end |
#name ⇒ ::String
Returns the value of attribute name.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def @tags end |