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.
4997 4998 4999 |
# File 'sig/types.rbs', line 4997 def creation_time @creation_time end |
#pipeline_definition ⇒ ::String
Returns the value of attribute pipeline_definition.
4996 4997 4998 |
# File 'sig/types.rbs', line 4996 def pipeline_definition @pipeline_definition end |