Class: Aws::Types::StartPipelineExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartPipelineExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#execution_environment_variable_overrides ⇒ Types::ExecutionEnvironmentVariables
Returns the value of attribute execution_environment_variable_overrides.
-
#execution_priority ⇒ ::Integer
Returns the value of attribute execution_priority.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3443 3444 3445 |
# File 'sig/types.rbs', line 3443 def client_token @client_token end |
#execution_environment_variable_overrides ⇒ Types::ExecutionEnvironmentVariables
Returns the value of attribute execution_environment_variable_overrides.
3441 3442 3443 |
# File 'sig/types.rbs', line 3441 def execution_environment_variable_overrides @execution_environment_variable_overrides end |
#execution_priority ⇒ ::Integer
Returns the value of attribute execution_priority.
3442 3443 3444 |
# File 'sig/types.rbs', line 3442 def execution_priority @execution_priority end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
3440 3441 3442 |
# File 'sig/types.rbs', line 3440 def pipeline_name @pipeline_name end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3439 3440 3441 |
# File 'sig/types.rbs', line 3439 def workspace_name @workspace_name end |