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.
12486 12487 12488 |
# File 'sig/types.rbs', line 12486 def pipeline_arn @pipeline_arn end |
#pipeline_version_description ⇒ ::String
Returns the value of attribute pipeline_version_description.
12489 12490 12491 |
# File 'sig/types.rbs', line 12489 def pipeline_version_description @pipeline_version_description end |
#pipeline_version_display_name ⇒ ::String
Returns the value of attribute pipeline_version_display_name.
12488 12489 12490 |
# File 'sig/types.rbs', line 12488 def pipeline_version_display_name @pipeline_version_display_name end |
#pipeline_version_id ⇒ ::Integer
Returns the value of attribute pipeline_version_id.
12487 12488 12489 |
# File 'sig/types.rbs', line 12487 def pipeline_version_id @pipeline_version_id end |