Class: Aws::Types::PipelineSummary
- Inherits:
-
Object
- Object
- Aws::Types::PipelineSummary
- 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_time ⇒ ::Time
Returns the value of attribute last_execution_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
-
#pipeline_description ⇒ ::String
Returns the value of attribute pipeline_description.
-
#pipeline_display_name ⇒ ::String
Returns the value of attribute pipeline_display_name.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9898 9899 9900 |
# File 'sig/types.rbs', line 9898 def creation_time @creation_time end |
#last_execution_time ⇒ ::Time
Returns the value of attribute last_execution_time.
9900 9901 9902 |
# File 'sig/types.rbs', line 9900 def last_execution_time @last_execution_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9899 9900 9901 |
# File 'sig/types.rbs', line 9899 def last_modified_time @last_modified_time end |
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
9893 9894 9895 |
# File 'sig/types.rbs', line 9893 def pipeline_arn @pipeline_arn end |
#pipeline_description ⇒ ::String
Returns the value of attribute pipeline_description.
9896 9897 9898 |
# File 'sig/types.rbs', line 9896 def pipeline_description @pipeline_description end |
#pipeline_display_name ⇒ ::String
Returns the value of attribute pipeline_display_name.
9895 9896 9897 |
# File 'sig/types.rbs', line 9895 def pipeline_display_name @pipeline_display_name end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
9894 9895 9896 |
# File 'sig/types.rbs', line 9894 def pipeline_name @pipeline_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
9897 9898 9899 |
# File 'sig/types.rbs', line 9897 def role_arn @role_arn end |