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.
3800 3801 3802 |
# File 'sig/types.rbs', line 3800 def computations @computations end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
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.
3796 3797 3798 |
# File 'sig/types.rbs', line 3796 def workspace_name @workspace_name end |