Class: Aws::Types::UpdatePipelineVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePipelineVersionRequest
- 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_description ⇒ ::String
Returns the value of attribute pipeline_version_description.
-
#pipeline_version_display_name ⇒ ::String
Returns the value of attribute pipeline_version_display_name.
-
#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.
12425 12426 12427 |
# File 'sig/types.rbs', line 12425 def pipeline_arn @pipeline_arn end |
#pipeline_version_description ⇒ ::String
Returns the value of attribute pipeline_version_description.
12428 12429 12430 |
# File 'sig/types.rbs', line 12428 def pipeline_version_description @pipeline_version_description end |
#pipeline_version_display_name ⇒ ::String
Returns the value of attribute pipeline_version_display_name.
12427 12428 12429 |
# File 'sig/types.rbs', line 12427 def pipeline_version_display_name @pipeline_version_display_name end |
#pipeline_version_id ⇒ ::Integer
Returns the value of attribute pipeline_version_id.
12426 12427 12428 |
# File 'sig/types.rbs', line 12426 def pipeline_version_id @pipeline_version_id end |