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_mount_overrides ⇒ Types::MountOverrides
Returns the value of attribute execution_mount_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.
3484 3485 3486 |
# File 'sig/types.rbs', line 3484 def client_token @client_token end |
#execution_environment_variable_overrides ⇒ Types::ExecutionEnvironmentVariables
Returns the value of attribute execution_environment_variable_overrides.
3481 3482 3483 |
# File 'sig/types.rbs', line 3481 def execution_environment_variable_overrides @execution_environment_variable_overrides end |
#execution_mount_overrides ⇒ Types::MountOverrides
Returns the value of attribute execution_mount_overrides.
3482 3483 3484 |
# File 'sig/types.rbs', line 3482 def execution_mount_overrides @execution_mount_overrides end |
#execution_priority ⇒ ::Integer
Returns the value of attribute execution_priority.
3483 3484 3485 |
# File 'sig/types.rbs', line 3483 def execution_priority @execution_priority end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
3480 3481 3482 |
# File 'sig/types.rbs', line 3480 def pipeline_name @pipeline_name end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3479 3480 3481 |
# File 'sig/types.rbs', line 3479 def workspace_name @workspace_name end |