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.
9961 9962 9963 |
# File 'sig/types.rbs', line 9961 def creation_time @creation_time end |
#last_execution_time ⇒ ::Time
Returns the value of attribute last_execution_time.
9963 9964 9965 |
# File 'sig/types.rbs', line 9963 def last_execution_time @last_execution_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9962 9963 9964 |
# File 'sig/types.rbs', line 9962 def last_modified_time @last_modified_time end |
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
9956 9957 9958 |
# File 'sig/types.rbs', line 9956 def pipeline_arn @pipeline_arn end |
#pipeline_description ⇒ ::String
Returns the value of attribute pipeline_description.
9959 9960 9961 |
# File 'sig/types.rbs', line 9959 def pipeline_description @pipeline_description end |
#pipeline_display_name ⇒ ::String
Returns the value of attribute pipeline_display_name.
9958 9959 9960 |
# File 'sig/types.rbs', line 9958 def pipeline_display_name @pipeline_display_name end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
9957 9958 9959 |
# File 'sig/types.rbs', line 9957 def pipeline_name @pipeline_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
9960 9961 9962 |
# File 'sig/types.rbs', line 9960 def role_arn @role_arn end |