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:



3759
3760
3761
# File 'sig/types.rbs', line 3759

def computations
  @computations
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3757
3758
3759
# File 'sig/types.rbs', line 3757

def description
  @description
end

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

Returns the value of attribute environment_variables.

Returns:

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


3758
3759
3760
# File 'sig/types.rbs', line 3758

def environment_variables
  @environment_variables
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


3756
3757
3758
# File 'sig/types.rbs', line 3756

def pipeline_name
  @pipeline_name
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


3755
3756
3757
# File 'sig/types.rbs', line 3755

def workspace_name
  @workspace_name
end