Class: Aws::Types::UpdatePipelineRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:environment_variables])

Instance Attribute Summary collapse

Instance Attribute Details

#computations::Array[Types::ComputeNode]

Returns the value of attribute computations.

Returns:



3800
3801
3802
# File 'sig/types.rbs', line 3800

def computations
  @computations
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3798
3799
3800
# File 'sig/types.rbs', line 3798

def description
  @description
end

#environment_variables::Hash[::String, ::String]

Returns the value of attribute environment_variables.

Returns:

  • (::Hash[::String, ::String])


3799
3800
3801
# File 'sig/types.rbs', line 3799

def environment_variables
  @environment_variables
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


3797
3798
3799
# File 'sig/types.rbs', line 3797

def pipeline_name
  @pipeline_name
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


3796
3797
3798
# File 'sig/types.rbs', line 3796

def workspace_name
  @workspace_name
end