Class: Aws::Types::DescribePipelineDefinitionForExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePipelineDefinitionForExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#pipeline_definition ⇒ ::String
Returns the value of attribute pipeline_definition.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5001 5002 5003 |
# File 'sig/types.rbs', line 5001 def creation_time @creation_time end |
#pipeline_definition ⇒ ::String
Returns the value of attribute pipeline_definition.
5000 5001 5002 |
# File 'sig/types.rbs', line 5000 def pipeline_definition @pipeline_definition end |