Class: Aws::Types::UpdatePipelineVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePipelineVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
-
#pipeline_version_id ⇒ ::Integer
Returns the value of attribute pipeline_version_id.
Instance Attribute Details
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
12416 12417 12418 |
# File 'sig/types.rbs', line 12416 def pipeline_arn @pipeline_arn end |
#pipeline_version_id ⇒ ::Integer
Returns the value of attribute pipeline_version_id.
12417 12418 12419 |
# File 'sig/types.rbs', line 12417 def pipeline_version_id @pipeline_version_id end |