Class: Aws::Types::StartWorkflowRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartWorkflowRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#override_parameters ⇒ ::Hash[::String, untyped]
Returns the value of attribute override_parameters.
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
-
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
279 280 281 |
# File 'sig/types.rbs', line 279 def client_token @client_token end |
#override_parameters ⇒ ::Hash[::String, untyped]
Returns the value of attribute override_parameters.
280 281 282 |
# File 'sig/types.rbs', line 280 def override_parameters @override_parameters end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
278 279 280 |
# File 'sig/types.rbs', line 278 def workflow_arn @workflow_arn end |
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
281 282 283 |
# File 'sig/types.rbs', line 281 def workflow_version @workflow_version end |