Class: Aws::Types::StartPipelineExecutionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:execution_environment_variable_overrides])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3484
3485
3486
# File 'sig/types.rbs', line 3484

def client_token
  @client_token
end

#execution_environment_variable_overridesTypes::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_overridesTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3479
3480
3481
# File 'sig/types.rbs', line 3479

def workspace_name
  @workspace_name
end