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)


3443
3444
3445
# File 'sig/types.rbs', line 3443

def client_token
  @client_token
end

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

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3439
3440
3441
# File 'sig/types.rbs', line 3439

def workspace_name
  @workspace_name
end