Class: Aws::Types::PipelineVersion
- Inherits:
-
Object
- Object
- Aws::Types::PipelineVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_executed_pipeline_execution_arn ⇒ ::String
Returns the value of attribute last_executed_pipeline_execution_arn.
-
#last_executed_pipeline_execution_display_name ⇒ ::String
Returns the value of attribute last_executed_pipeline_execution_display_name.
-
#last_executed_pipeline_execution_status ⇒ "Executing", ...
Returns the value of attribute last_executed_pipeline_execution_status.
-
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#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
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
9974 9975 9976 |
# File 'sig/types.rbs', line 9974 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9972 9973 9974 |
# File 'sig/types.rbs', line 9972 def creation_time @creation_time end |
#last_executed_pipeline_execution_arn ⇒ ::String
Returns the value of attribute last_executed_pipeline_execution_arn.
9976 9977 9978 |
# File 'sig/types.rbs', line 9976 def last_executed_pipeline_execution_arn @last_executed_pipeline_execution_arn end |
#last_executed_pipeline_execution_display_name ⇒ ::String
Returns the value of attribute last_executed_pipeline_execution_display_name.
9977 9978 9979 |
# File 'sig/types.rbs', line 9977 def last_executed_pipeline_execution_display_name @last_executed_pipeline_execution_display_name end |
#last_executed_pipeline_execution_status ⇒ "Executing", ...
Returns the value of attribute last_executed_pipeline_execution_status.
9978 9979 9980 |
# File 'sig/types.rbs', line 9978 def last_executed_pipeline_execution_status @last_executed_pipeline_execution_status end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
9975 9976 9977 |
# File 'sig/types.rbs', line 9975 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9973 9974 9975 |
# File 'sig/types.rbs', line 9973 def last_modified_time @last_modified_time end |
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
9968 9969 9970 |
# File 'sig/types.rbs', line 9968 def pipeline_arn @pipeline_arn end |
#pipeline_version_description ⇒ ::String
Returns the value of attribute pipeline_version_description.
9971 9972 9973 |
# File 'sig/types.rbs', line 9971 def pipeline_version_description @pipeline_version_description end |
#pipeline_version_display_name ⇒ ::String
Returns the value of attribute pipeline_version_display_name.
9970 9971 9972 |
# File 'sig/types.rbs', line 9970 def pipeline_version_display_name @pipeline_version_display_name end |
#pipeline_version_id ⇒ ::Integer
Returns the value of attribute pipeline_version_id.
9969 9970 9971 |
# File 'sig/types.rbs', line 9969 def pipeline_version_id @pipeline_version_id end |