Class: Aws::Types::PipelineInfo
- Inherits:
-
Object
- Object
- Aws::Types::PipelineInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pipeline_configuration_time_stamp ⇒ ::String
Returns the value of attribute pipeline_configuration_time_stamp.
-
#pipeline_type ⇒ "AZURE_DEVOPS"
Returns the value of attribute pipeline_type.
Instance Attribute Details
#pipeline_configuration_time_stamp ⇒ ::String
Returns the value of attribute pipeline_configuration_time_stamp.
508 509 510 |
# File 'sig/types.rbs', line 508 def pipeline_configuration_time_stamp @pipeline_configuration_time_stamp end |
#pipeline_type ⇒ "AZURE_DEVOPS"
Returns the value of attribute pipeline_type.
509 510 511 |
# File 'sig/types.rbs', line 509 def pipeline_type @pipeline_type end |