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.
12400 12401 12402 |
# File 'sig/types.rbs', line 12400 def pipeline_arn @pipeline_arn end |
#pipeline_version_description ⇒ ::String
Returns the value of attribute pipeline_version_description.
12403 12404 12405 |
# File 'sig/types.rbs', line 12403 def pipeline_version_description @pipeline_version_description end |
#pipeline_version_display_name ⇒ ::String
Returns the value of attribute pipeline_version_display_name.
12402 12403 12404 |
# File 'sig/types.rbs', line 12402 def pipeline_version_display_name @pipeline_version_display_name end |
#pipeline_version_id ⇒ ::Integer
Returns the value of attribute pipeline_version_id.
12401 12402 12403 |
# File 'sig/types.rbs', line 12401 def pipeline_version_id @pipeline_version_id end |