Class: Aws::Types::UpdatePipelineRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePipelineRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#computations ⇒ ::Array[Types::ComputeNode]
Returns the value of attribute computations.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#computations ⇒ ::Array[Types::ComputeNode]
Returns the value of attribute computations.
3759 3760 3761 |
# File 'sig/types.rbs', line 3759 def computations @computations end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
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.
3755 3756 3757 |
# File 'sig/types.rbs', line 3755 def workspace_name @workspace_name end |