Class: Aws::Types::UpdateWorkflowRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkflowRequest
- 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.
Instance Attribute Details
#default_run_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute default_run_properties.
8261 8262 8263 |
# File 'sig/types.rbs', line 8261 def default_run_properties @default_run_properties end |
#description ⇒ ::String
Returns the value of attribute description.
8260 8261 8262 |
# File 'sig/types.rbs', line 8260 def description @description end |
#max_concurrent_runs ⇒ ::Integer
Returns the value of attribute max_concurrent_runs.
8262 8263 8264 |
# File 'sig/types.rbs', line 8262 def max_concurrent_runs @max_concurrent_runs end |
#name ⇒ ::String
Returns the value of attribute name.
8259 8260 8261 |
# File 'sig/types.rbs', line 8259 def name @name end |