Class: Aws::Types::PipelineVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::PipelineVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_execution_pipeline_execution_arn ⇒ ::String
Returns the value of attribute last_execution_pipeline_execution_arn.
-
#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
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9985 9986 9987 |
# File 'sig/types.rbs', line 9985 def creation_time @creation_time end |
#last_execution_pipeline_execution_arn ⇒ ::String
Returns the value of attribute last_execution_pipeline_execution_arn.
9988 9989 9990 |
# File 'sig/types.rbs', line 9988 def last_execution_pipeline_execution_arn @last_execution_pipeline_execution_arn end |
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
9983 9984 9985 |
# File 'sig/types.rbs', line 9983 def pipeline_arn @pipeline_arn end |
#pipeline_version_description ⇒ ::String
Returns the value of attribute pipeline_version_description.
9986 9987 9988 |
# File 'sig/types.rbs', line 9986 def pipeline_version_description @pipeline_version_description end |
#pipeline_version_display_name ⇒ ::String
Returns the value of attribute pipeline_version_display_name.
9987 9988 9989 |
# File 'sig/types.rbs', line 9987 def pipeline_version_display_name @pipeline_version_display_name end |
#pipeline_version_id ⇒ ::Integer
Returns the value of attribute pipeline_version_id.
9984 9985 9986 |
# File 'sig/types.rbs', line 9984 def pipeline_version_id @pipeline_version_id end |